Back to Devexpress

TreeListCustomJSPropertiesEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-eadf2b9f.md

latest1.4 KB
Original Source

TreeListCustomJSPropertiesEventHandler Delegate

A method that will handle the ASPxTreeList.CustomJSProperties event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeListCustomJSPropertiesEventHandler(
    object sender,
    TreeListCustomJSPropertiesEventArgs e
);
vb
Public Delegate Sub TreeListCustomJSPropertiesEventHandler(
    sender As Object,
    e As TreeListCustomJSPropertiesEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomJSPropertiesEventArgs |

A TreeListCustomJSPropertiesEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace