ASPxClientCustomDataCallbackEventArgs Members
Provides data for the CustomCallback event.Constructors
Name | Description |
---|---|
constructor(result) | Initializes a new object of the ASPxClientCustomDataCallbackEventArgs type with the specified settings. |
Properties
Name | Description |
---|---|
result | Gets a string that contains specific information (if any) that has been passed from the server to the client side for further processing, related to the CustomCallback event. |
See Also