Skip to main content
All docs
V25.1
  • CustomPropertyChangedEventArgs Constructors

    Provides data for the DashboardViewer.DashboardCustomPropertyChanged and DashboardDesigner.DashboardCustomPropertyChanged events.
    Name Parameters Description
    CustomPropertyChangedEventArgs(ICustomPropertyProvider, String, String, String) owner, propertyName, newPropertyValue, oldPropertyValue Initializes a new instance of the CustomPropertyChangedEventArgs class with specified settings.
    See Also