Back to Devexpress

ASPxGridViewCustomErrorTextEventHandler Delegate

aspnet-devexpress-dot-web-e80544b5.md

latest1.3 KB
Original Source

ASPxGridViewCustomErrorTextEventHandler Delegate

A method that will handle the ASPxGridView.CustomErrorText event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxGridViewCustomErrorTextEventArgs |

An ASPxGridViewCustomErrorTextEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace