TabCloseEventArgs Properties
Contains data for the TabClosing event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| CloseReason | Identifies the action that closes the tab. |
| TabIndex | Gets the tab’s index. |
| TabInfo | Returns information about the tab related to the event. |
See Also