Back to Devexpress

CustomItemExportControlCreatingEventHandler Delegate

dashboard-devexpress-dot-dashboardcommon-eaebab37.md

latest1.2 KB
Original Source

CustomItemExportControlCreatingEventHandler Delegate

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public delegate void CustomItemExportControlCreatingEventHandler(
    object sender,
    CustomItemExportControlCreatingEventArgs e
);
vb
Public Delegate Sub CustomItemExportControlCreatingEventHandler(
    sender As Object,
    e As CustomItemExportControlCreatingEventArgs
)

Parameters

NameType
senderObject
eCustomItemExportControlCreatingEventArgs

See Also

DevExpress.DashboardCommon Namespace