Skip to main content
All docs
V25.1
  • CustomItemExportControlCreatingEventHandler Delegate

    In This Article

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    #Declaration

    public delegate void CustomItemExportControlCreatingEventHandler(
        object sender,
        CustomItemExportControlCreatingEventArgs e
    );

    #Parameters

    Name Type
    sender Object
    e CustomItemExportControlCreatingEventArgs
    See Also