Back to Devexpress

ASPxStartCardEditingEventHandler Delegate

aspnet-devexpress-dot-web-432037de.md

latest1.2 KB
Original Source

ASPxStartCardEditingEventHandler Delegate

A method that will handle the ASPxCardView.StartCardEditing event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | ASPxStartCardEditingEventArgs |

An ASPxStartCardEditingEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace