Skip to main content

TreeListCustomCallbackEventArgs(String) Constructor

Initializes a new instance of the TreeListCustomCallbackEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCustomCallbackEventArgs(
    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