DashboardViewer.DashboardCustomPropertyChanged Event
Occurs when the custom property value in the Dashboard Viewer is changed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Event Data
The DashboardCustomPropertyChanged event's data class is CustomPropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Name | Gets a custom property name for which the event is raised. |
NewValue | Gets a new value that has been assigned to the custom property. |
OldValue | Gets the custom property’s previous value, which has been replaced by the new value. |
Owner | Gets a level at which a custom property is recorded. |
Implements
See Also