General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxClientTrackBarPositionChangingEventArgs.cancel Property
Gets or sets a value indicating whether the action which raised the event should be canceled.
Declaration
cancel: boolean
Property Value
Type | Description |
---|---|
boolean | true if the action that raised the event should be canceled; otherwise, false. |
Remarks
The ASPxClientTrackBarPositionChangingEventArgs object is passed to the client events that fire before specific actions. The cancel property of this object enables you to cancel the action which is about to be performed. Set this property to true to cancel the action that raised the event. This can be used if you want to prohibit performing the corresponding action with respect to specific conditions.
See Also
Feedback