Class ViewModel
Assembly: EduCATS.dll
Syntax
public class ViewModel : INotifyPropertyChanged
Methods
OnPropertyChanged(string)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
SetProperty<T>(ref T, T, string)
Declaration
protected bool SetProperty<T>(ref T storage, T value, string propertyName = null)
Parameters
Type |
Name |
Description |
T |
storage |
|
T |
value |
|
string |
propertyName |
|
Returns
Type Parameters
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements