Skip to main content

IDashboardControl.DashboardCustomPropertyChanged Event

Occurs when the custom property value in the Dashboard Viewer / Dashboard Designer is changed.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

event CustomPropertyChangedEventHandler DashboardCustomPropertyChanged

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.
See Also