ASPxClientAppointmentResizeEventArgs.handled Property
Gets or sets whether default event processing is required.
Declaration
handled: boolean
Property Value
Type | Description |
---|---|
boolean |
|
Remarks
Set the handled property to true
, to prevent default event processing and use only custom code located in your event handler.
See Also