In This Article

TabbedMdiWindowCancelEventArgs Class

Provides data for TabbedMdiWindow events that can be cancelled.

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

Constructors

TabbedMdiWindowCancelEventArgs(TabbedMdiWindow)

Initializes a new instance of the TabbedMdiWindowCancelEventArgs class.

public TabbedMdiWindowCancelEventArgs(TabbedMdiWindow tabbedMdiWindow)
Parameter Type Description
tabbedMdiWindow TabbedMdiWindow

The TabbedMdiWindow that is affected by this event.

Properties

TabbedMdiWindow

Gets the TabbedMdiWindow that is affected by this event.

public TabbedMdiWindow TabbedMdiWindow { get; }

Property Value

TabbedMdiWindow:

The TabbedMdiWindow that is affected by this event.

Inherited Members