Class BindableBase
Assembly: Sdk.dll
Syntax
public class BindableBase : INotifyPropertyChanged
Methods
|
Edit this page
View Source
OnPropertyChanged(string)
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
|
Edit this page
View Source
SetField<T>(ref T, T, string)
Declaration
protected bool SetField<T>(ref T field, T value, string propertyName = null)
Parameters
Type |
Name |
Description |
T |
field |
|
T |
value |
|
string |
propertyName |
|
Returns
Type Parameters
Events
|
Edit this page
View Source
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements