Back to Devexpress

CustomizeDashboardItemCaptionEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-1c4cb873.md

latest1.6 KB
Original Source

CustomizeDashboardItemCaptionEventHandler Delegate

A method that handles the DashboardViewer.CustomizeDashboardItemCaption and DashboardDesigner.CustomizeDashboardItemCaption

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomizeDashboardItemCaptionEventArgs |

A CustomizeDashboardItemCaptionEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace