ButtonEditClickEventHandler Delegate
In This Article
A method that will handle the ASPxButtonEditBase.ButtonClick event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void ButtonEditClickEventHandler(
object source,
ButtonEditClickEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | An object representing the event source. Identifies the date editor that raised the event. |
e | Button |
A Button |
See Also