Back to Devexpress

DashboardItemMouseHitTestEventArgs Class

dashboard-devexpress-dot-dashboardwin-98e3772c.md

latest2.7 KB
Original Source

DashboardItemMouseHitTestEventArgs Class

Base class for classes that contain event data and provide access to dashboard item’s client and underlying data for the visual element located under the test point.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardItemMouseHitTestEventArgs :
    DashboardItemMouseEventArgs
vb
Public Class DashboardItemMouseHitTestEventArgs
    Inherits DashboardItemMouseEventArgs

Remarks

Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event has been raised.

The DashboardItemMouseHitTestEventArgs.GetAxisPoint allows you to obtain the axis point corresponding to the visual element located under the test point. Use the DashboardItemMouseHitTestEventArgs.GetUnderlyingData method to obtain the underlying data related to this visual element.

The DashboardItemMouseHitTestEventArgs.Data property returns the client data for this dashboard item while the DashboardItemMouseHitTestEventArgs.GetSlice method slices the client data by the axis point corresponding to the visual element located under the test point.

Inheritance

Object EventArgs DashboardItemMouseEventArgs DashboardItemMouseHitTestEventArgs DashboardItemMouseActionEventArgs

DashboardPopupMenuShowingEventArgs

See Also

DashboardItemMouseHitTestEventArgs Members

DevExpress.DashboardWin Namespace