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)

Provides data for the closing event of a TabbedMdiWindow.

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

A TabbedMdiWindowCloseReason indicating why the window is being closed.

public TabbedMdiWindowCloseReason Reason { get; }

Property Value

TabbedMdiWindowCloseReason

Inherited Members

Extension Methods