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?)

Provides data for TabbedMdiWindow events that can be cancelled.

public TabbedMdiWindowCancelEventArgs(TabbedMdiWindow? tabbedMdiWindow)
Parameter Type Description
tabbedMdiWindow TabbedMdiWindow

The TabbedMdiWindow that is affected by this event.

Properties

TabbedMdiWindow

The TabbedMdiWindow that is affected by this event.

public TabbedMdiWindow? TabbedMdiWindow { get; }

Property Value

TabbedMdiWindow

Inherited Members

Extension Methods