Table of Contents

Property View

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

View

The view that the event is about.

public View View { get; }

Property Value

View

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.