Skip to main content
All docs
V18.2

ASPxClientQueryBuilderCustomizeToolbarActionsEventHandler Delegate

A method that will handle the ASPxClientQueryBuilder.CustomizeToolbarActions event.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public delegate void ASPxClientQueryBuilderCustomizeToolbarActionsEventHandler(
    object source,
    ASPxClientCustomizeMenuActionsEventArgs e
);

Parameters

Name Type Description
source Object

The event sender.

e ASPxClientCustomizeMenuActionsEventArgs

An ASPxClientCustomizeMenuActionsEventArgs object that contains data related to the event.

Remarks

ASPxClientQueryBuilderCustomizeToolbarActionsEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also