TreeListCustomCallbackEventArgs(String) Constructor
Initializes a new instance of the TreeListCustomCallbackEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
argument | String | A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the TreeListCustomCallbackEventArgs.Argument property. |
See Also