Back to Devexpress

ASPxCardViewDataValidationEventHandler Delegate

aspnet-devexpress-dot-web-b1e0f632.md

latest1.4 KB
Original Source

ASPxCardViewDataValidationEventHandler Delegate

A method that will handle the ASPxCardView.CardValidating event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

An object representing the event source. Identifies the CardView that raised the event.

| | e | ASPxCardViewDataValidationEventArgs |

A ASPxCardViewDataValidationEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace