CustomPropertyChangedEventArgs Properties
Provides data for the DashboardViewer.DashboardCustomPropertyChanged and DashboardDesigner.DashboardCustomPropertyChanged events.Name | 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