[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.NotifyPropertyChanged

NotifyPropertyChanged Class

Notify changed abstract

Inheritance
NotifyPropertyChanged
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public abstract class NotifyPropertyChanged : 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.