ASPxGridViewContextMenuInitializeEventHandler Delegate
A method that handles the ContextMenuInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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