Property View | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
View
The view that the event is about.
public View View { get; }
Property Value
Remarks
Can be different from the sender of the EventHandler for example if event describes the adding a child then sender may be the parent while View is the child being added.