Back to Devexpress

CustomJSPropertiesEventHandler Delegate

aspnet-devexpress-dot-web-9651789e.md

latest1.2 KB
Original Source

CustomJSPropertiesEventHandler Delegate

A method that will handle CustomJSProperties events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

An object representing the event source. Identifies the web control that raised the event.

| | e | CustomJSPropertiesEventArgs |

An CustomJSPropertiesEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace