Skip to main content

ASPxClientAppointmentDropEventArgs.handled Property

Gets or sets a value that specifies whether the event is handled, and the default processing is not required.

Declaration

handled: boolean

Property Value

Type Description
boolean

true, if if the event is completely handled by custom code and no default processing is required; otherwise, false.

See Also