ASPxClientGlobalCallbackErrorEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
control | Gets an object that initiated a callback. |
handled |
Gets or sets whether the event is handled and the default error handling actions are not required.
Inherited from ASPx |
message |
Gets the error message that describes the server error that occurred.
Inherited from ASPx |
See Also