Back to Devexpress

DashboardToolbarItemClickEventArgs Class

dashboard-devexpress-dot-dashboardwin-b2c394c9.md

latest1.9 KB
Original Source

DashboardToolbarItemClickEventArgs Class

Provides data for the action performed after clicking the command button in the dashboard title or dashboard item caption.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardToolbarItemClickEventArgs :
    EventArgs
vb
Public Class DashboardToolbarItemClickEventArgs
    Inherits EventArgs

Remarks

An instance of this class is accessible in a click action assigned to a DashboardToolbarItem created in the CustomizeDashboardTitle or CustomizeDashboardItemCaption event handlers of the DashboardViewer or DashboardDesigner classes.

Inheritance

Object EventArgs DashboardToolbarItemClickEventArgs

See Also

DashboardToolbarItemClickEventArgs Members

Title and Item Captions

DevExpress.DashboardWin Namespace