ClassPropertyChangeNotification
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class PropertyChangeNotification : INotifyPropertyChanged, INotifyPropertyChanging
Inheritance: objectPropertyChangeNotification
Derived Classes:
Implements:
Constructors
PropertyChangeNotification()
Declaration
cs-api-definition
public PropertyChangeNotification()
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
OnPropertyChanging(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanging(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements
PropertyChanging
Declaration
cs-api-definition
public event PropertyChangingEventHandler PropertyChanging
Event Value
Implements