Table of Contents

Class ToplevelClosingEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventArgs implementation for the Closing event.

public class ToplevelClosingEventArgs : EventArgs
Inheritance
ToplevelClosingEventArgs
Inherited Members

Constructors

ToplevelClosingEventArgs(Toplevel)

Initializes the event arguments with the requesting toplevel.

Properties

Cancel

Provides an event cancellation option.

RequestingTop

The toplevel requesting stop.