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

ASPxClientCallbackErrorEventArgs.handled Property

Gets or sets whether the event is handled and the default error handling actions are not required.

Declaration

handled: boolean

Property Value

Type Description
boolean

true if the error is handled and no default processing is required; otherwise false.

See Also