Back to Devexpress

ButtonEditClickEventHandler Delegate

aspnet-devexpress-dot-web-856f62c0.md

latest1.3 KB
Original Source

ButtonEditClickEventHandler Delegate

A method that will handle the ASPxButtonEditBase.ButtonClick event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void ButtonEditClickEventHandler(
    object source,
    ButtonEditClickEventArgs e
);
vb
Public Delegate Sub ButtonEditClickEventHandler(
    source As Object,
    e As ButtonEditClickEventArgs
)

Parameters

NameTypeDescription
sourceObject

An object representing the event source. Identifies the date editor that raised the event.

| | e | ButtonEditClickEventArgs |

A ButtonEditClickEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace