Skip to main content
A newer version of this page is available. .

ASPxClientAppointmentResizeEventArgs.handled Property

Gets or sets whether default event processing is required.

Declaration

handled: boolean

Property Value

Type Description
boolean

true to process an event using only custom code; otherwise, false.

Remarks

Set the handled property to true, to prevent default event processing and use only custom code located in your event handler.

See Also