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.
Inherited Members
- TabbedMdiWindowCancelEventArgs.TabbedMdiWindow
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()