Class CancelTabEventArgs
Contains cancellable event data for events related to a single tab.
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
CancelTabEventArgs
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class CancelTabEventArgs : CancelEventArgs
Constructors
| Improve this Doc View SourceCancelTabEventArgs(Tab)
Declaration
public CancelTabEventArgs(Tab tab)
Parameters
Type | Name | Description |
---|---|---|
Tab | tab |
Properties
| Improve this Doc View SourceTab
Gets the tab related to the event.
Declaration
public Tab Tab { get; }
Property Value
Type | Description |
---|---|
Tab |