Property Toplevel | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Toplevel
Gets the Toplevel that the event is about.
public Toplevel Toplevel { get; }
Property Value
Remarks
This is usually but may not always be the same as the sender in EventHandler. For example if the reported event is about a different Toplevel or the event is raised by a separate class.