Skip to main content

TreeListCustomDataCallbackEventArgs(String) Constructor

Initializes a new instance of the TreeListCustomDataCallbackEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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