In This Article

TabbedMdiWindowEventArgs Class

Provides data for TabbedMdiWindow events.

public class TabbedMdiWindowEventArgs : EventArgs
Inheritance:
object EventArgs object
Derived:
NextWindowNavigationEventArgs

Constructors

TabbedMdiWindowEventArgs(TabbedMdiWindow)

Initializes a new instance of the TabbedMdiWindowEventArgs class.

public TabbedMdiWindowEventArgs(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