Skip to main content
All docs
V25.1
  • Tab

    ASPxGridViewContextMenuInitializeEventHandler Delegate

    In This Article

    A method that handles the ContextMenuInitialize event.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    #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