Skip to main content
All docs
V24.2

CustomItemExportControlCreatingEventHandler Delegate

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

Declaration

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

Parameters

Name Type
sender Object
e CustomItemExportControlCreatingEventArgs
See Also