Table of Contents

Class SuperViewChangedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Args for events where the SuperView of a View is changed (e.g. Removed / Added events).

public class SuperViewChangedEventArgs : EventArgs
Inheritance
SuperViewChangedEventArgs
Inherited Members

Constructors

SuperViewChangedEventArgs(View, View)

Creates a new instance of the SuperViewChangedEventArgs class.

Properties

Child

The view that is having it's SuperView changed

Parent

The parent. For Removed this is the old parent (new parent now being null). For Added it is the new parent to whom view now belongs.