ClassPropertyChangedBase
Class
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class PropertyChangedBase : INotifyPropertyChanged
Inheritance: objectPropertyChangedBase
Derived Classes:
Implements:
Constructors
PropertyChangedBase()
Declaration
cs-api-definition
public PropertyChangedBase()
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
args
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
OnPropertyChanged<T>(Expression<Func<T>>)
Declaration
cs-api-definition
protected void OnPropertyChanged<T>(Expression<Func<T>> propertyExpression)
Parameters
propertyExpression
Expression<Func<T>>
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements