Back to Devexpress

IDashboardControl.DashboardCustomPropertyChanged Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-544e51c7.md

latest2.1 KB
Original Source

IDashboardControl.DashboardCustomPropertyChanged Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event CustomPropertyChangedEventHandler DashboardCustomPropertyChanged
vb
Event DashboardCustomPropertyChanged As CustomPropertyChangedEventHandler

Event Data

The DashboardCustomPropertyChanged event's data class is CustomPropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
NameGets a custom property name for which the event is raised.
NewValueGets a new value that has been assigned to the custom property.
OldValueGets the custom property’s previous value, which has been replaced by the new value.
OwnerGets a level at which a custom property is recorded.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace