TabPageCancelEventArgs Constructors
Provides data for the XtraTabControl.Selecting and XtraTabControl.Deselecting events.| Name | Parameters | Description |
|---|---|---|
| TabPageCancelEventArgs(XtraTabPage, Int32, Boolean, TabControlAction) | page, pageIndex, cancel, action | Initializes a new instance of the TabPageCancelEventArgs class with the specified settings. |
See Also