Skip to main content
Tab

ButtonEditClickEventArgs(Int32) Constructor

Initializes a new instance of the ButtonEditClickEventArgs class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ButtonEditClickEventArgs(
    int buttonIndex
)

Parameters

Name Type Description
buttonIndex Int32

An integer value representing the zero based index of the clicked button.

Remarks

Instances of the ButtonEditClickEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also