Class NotifyPropertyChangedBase
Provides the base class from which the classes that represent INotifyPropertyChanged objects are derived.
Inheritance
System.Object
NotifyPropertyChangedBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Core
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class NotifyPropertyChangedBase : INotifyPropertyChanged
Constructors
NotifyPropertyChangedBase()
Declaration
protected NotifyPropertyChangedBase()
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System. The System. |
OnPropertyChanged(String)
Called when when property is changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|