Back to Devexpress

DashboardViewer.DashboardCustomPropertyChanged Event

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-f13212f1.md

latest2.3 KB
Original Source

DashboardViewer.DashboardCustomPropertyChanged Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event CustomPropertyChangedEventHandler DashboardCustomPropertyChanged
vb
Public 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.

Implements

DashboardCustomPropertyChanged

See Also

Display Custom Properties

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace