Skip to main content
Tab

ButtonEditClickEventHandler Delegate

A method that will handle the ASPxButtonEditBase.ButtonClick event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 ButtonEditClickEventArgs

A ButtonEditClickEventArgs object that contains event data.

See Also