ASPxGridViewFillContextMenuItemsEventHandler Delegate
A method that will handle the ContextMenuInitialize event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 | ASPxGridViewContextMenuEventArgs | An ASPxGridViewContextMenuEventArgs object that contains event data. |
See Also