TabPageCancelEventArgs.Cancel Property
Gets or sets whether the event must be canceled.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the event must be canceled; otherwise, false. |
Remarks
To cancel the current event, set the Cancel property to true.
See Also