Skip to main content
A newer version of this page is available. .
All docs
V20.2
Tab

ASPxGridViewContextMenuInitializeEventHandler Delegate

A method that handles the ContextMenuInitialize event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void ASPxGridViewContextMenuInitializeEventHandler(
    object sender,
    ASPxGridViewContextMenuInitializeEventArgs e
);

Parameters

Name Type Description
sender Object

The event sender.

e ASPxGridViewContextMenuInitializeEventArgs

Contains event data.

See Also