[]
        
(Showing Draft Content)

C1.Win.RulesManager.Model.BaseNotifyPropertyChanged

BaseNotifyPropertyChanged Class

Represents base INotifyPropertyChanged class.

Namespace: C1.Win.RulesManager.Model
Assembly: C1.Win.RulesManager.4.8.dll
Syntax
public abstract class BaseNotifyPropertyChanged : INotifyPropertyChanged

Constructors

Name Description
BaseNotifyPropertyChanged()

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Fires the PropertyChanged event.

OnPropertyChanged(string)

Fires the PropertyChanged event.

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

Sets property.

Events

Name Description
PropertyChanged

Occurs when a property value changes.