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