Skip to main content

TreeListCustomJSPropertiesEventHandler Delegate

In This Article

A method that will handle the ASPxTreeList.CustomJSProperties event.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll

#Declaration

public delegate void TreeListCustomJSPropertiesEventHandler(
    object sender,
    TreeListCustomJSPropertiesEventArgs e
);

#Parameters

Name Type Description
sender Object

The event source.

e TreeListCustomJSPropertiesEventArgs

A TreeListCustomJSPropertiesEventArgs object that contains event data.

See Also