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

TreeListCustomCallbackEventArgs(String) Constructor

Initializes a new instance of the TreeListCustomCallbackEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

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