Skip to main content
A newer version of this page is available. .

DashboardItemMouseActionWpfEventArgs Members

Provides data for events related to mouse actions.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
DashboardItemName Gets the name of the dashboard item. Inherited from DashboardItemMouseWpfEventArgs.
Data Gets the data displayed in the dashboard item.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAxisPoint() Obtains the AxisPoint object located at the top priority axis and related to the visual element under the test point.
GetAxisPoint(String) Obtains the AxisPoint object located at the specified axis and related to the visual element under the test point.
GetDeltas() Gets a list of delta descriptors related to the visual element located under the test point.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMeasures() Gets a list of measure descriptors related to the visual element located under the test point.
GetSlice() Returns the data slice for the Default axis by the AxisPoint related to the visual element located under the test point.
GetSlice(String) Returns the data slice for the specified axis by the AxisPoint related to the visual element located under the test point.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUnderlyingData() Returns underlying data related to the visual element located under the test point.
GetUnderlyingData(IList<String>) Returns underlying data related to the visual element located under the test point.
GetUnderlyingData(String, IList<String>) Returns underlying data related to the visual element located under the test point.
GetUnderlyingData(String) Returns underlying data related to the visual element located under the test point.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also