[]
        
(Showing Draft Content)

C1.WinUI.DataFilter.NotifyPropertyChanged

NotifyPropertyChanged Class

Notify changed abstract

Inheritance
NotifyPropertyChanged
Namespace: C1.WinUI.DataFilter
Assembly: C1.WinUI.DataFilter.dll
Syntax
public abstract class NotifyPropertyChanged : INotifyPropertyChanged
Public MustInherit Class NotifyPropertyChanged
    Implements INotifyPropertyChanged

Constructors

Name Description
NotifyPropertyChanged()

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the custom PropertyChanged event.

OnPropertyChanged(string)

Raises the PropertyChanged event.

OnValueChanged(ValueChangedEventArgs)

Raises the ValueChanged event.

SetField<T>(ref T, T, string)

Compares two values of property and raises an PropertyChanged event if they are different.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

ValueChanged

Occurs when a value of current Filter changes.