Метод | Описание | |
---|---|---|
Initialise ( IView view ) : void |
Initialises the controller.
|
Метод | Описание | |
---|---|---|
OnPropertyChanged ( string name ) : void |
Raises a property changed event.
|
public abstract Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
Результат | void |
protected OnPropertyChanged ( string name ) : void | ||
name | string | /// The name of the property being changed. /// |
Результат | void |