Skip to main content
A newer version of this page is available. .

TreeListCustomDataCallbackEventArgs(String) Constructor

Initializes a new instance of the TreeListCustomDataCallbackEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public TreeListCustomDataCallbackEventArgs(
    string argument
)

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