In This Article

TabbedMdiWindowClosingEventArgs Class

Provides data for the closing event of a TabbedMdiWindow.

public class TabbedMdiWindowClosingEventArgs : TabbedMdiWindowCancelEventArgs
Inheritance:
object EventArgs CancelEventArgs TabbedMdiWindowCancelEventArgs object

Constructors

TabbedMdiWindowClosingEventArgs(TabbedMdiWindow, TabbedMdiWindowCloseReason)

Initializes a new instance of the TabbedMdiWindowClosingEventArgs class.

public TabbedMdiWindowClosingEventArgs(TabbedMdiWindow tabbedMdiWindow, TabbedMdiWindowCloseReason reason)
Parameter Type Description
tabbedMdiWindow TabbedMdiWindow

The TabbedMdiWindow that is affected by this event.

reason TabbedMdiWindowCloseReason

A TabbedMdiWindowCloseReason indicating why the window is being closed.

Properties

Reason

Gets a TabbedMdiWindowCloseReason indicating why the window is being closed.

public TabbedMdiWindowCloseReason Reason { get; }

Property Value

TabbedMdiWindowCloseReason:

A TabbedMdiWindowCloseReason indicating why the window is being closed.

Inherited Members