ASPxGridViewContextMenuItemVisibilityEventHandler Delegate
A method that will handle the ASPxGridView.ContextMenuItemVisibility event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public delegate void ASPxGridViewContextMenuItemVisibilityEventHandler(
object sender,
ASPxGridViewContextMenuItemVisibilityEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | An object representing the event source. Identifies the button editor that raised the event. |
e | ASPxGridViewContextMenuItemVisibilityEventArgs | An ASPxGridViewContextMenuItemVisibilityEventArgs object that contains event data. |
See Also