Class NotifyPropertyChangedBase
Inheritance
System.Object
NotifyPropertyChangedBase
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public abstract class NotifyPropertyChangedBase : Object, INotifyPropertyChanged
Constructors
NotifyPropertyChangedBase()
Declaration
protected NotifyPropertyChangedBase()
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
UpdateValue<T>(ref T, T, String)
Declaration
protected bool UpdateValue<T>(ref T field, T value, string propertyName = null)
Parameters
T
field
|
T
value
|
System.String
propertyName
|
Returns
System.Boolean
|
Type Parameters
T
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|