Skip to main content
All docs
V25.1
  • CustomPropertyChangedEventArgs(ICustomPropertyProvider, String, String, String) Constructor

    Initializes a new instance of the CustomPropertyChangedEventArgs class with specified settings.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public CustomPropertyChangedEventArgs(
        ICustomPropertyProvider owner,
        string propertyName,
        string newPropertyValue,
        string oldPropertyValue
    )

    Parameters

    Name Type Description
    owner ICustomPropertyProvider

    A provider for the CustomProperties instance.

    propertyName String

    A custom property name.

    newPropertyValue String

    A new property value.

    oldPropertyValue String

    A previous property value.

    See Also