ASPxClientTreeListCustomDataCallbackEventArgs Properties
Provides data for the ASPxClientTreeList.CustomDataCallback event.Name | Description |
---|---|
arg | Gets the information that has been collected on the client-side and sent to the server-side ASPxClientTreeList.CustomDataCallback event. |
result | Gets the information passed from the server-side ASPxTreeList.CustomDataCallback event. |
See Also