Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • CalculatedField.PropertyChanged Event

    Occurs every time any of the CalculatedField class properties has changed its value.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public event PropertyChangedEventHandler PropertyChanged

    Event Data

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

    Property Description
    PropertyName Gets the name of the property that changed.
    See Also