Back to Devexpress

ASPxGridViewClientJSPropertiesEventHandler Delegate

aspnet-devexpress-dot-web-5a2cabbe.md

latest1.3 KB
Original Source

ASPxGridViewClientJSPropertiesEventHandler Delegate

A method that will handle the ASPxGridView.CustomJSProperties event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxGridViewClientJSPropertiesEventArgs |

An ASPxGridViewClientJSPropertiesEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace