Skip to main content
Tab

CustomDataCallbackEventArgs Properties
Show Inherited Hide Inherited

Provides data for the control’s CustomDataCallback event.
Name Description
Parameter Gets a string that contains specific information (if any) passed from the client side. Inherited from CallbackEventArgsBase.
Result Gets or sets a string that contains specific information (if any) that needs to be passed to the client side for further processing.
See Also