Method | Description | |
---|---|---|
NavigateTo ( string page ) : void | ||
NavigateTo ( string page, object state ) : void | ||
RaisePropertiesChanged ( ) : void | ||
RaisePropertyChangedOnUI ( string propertyName ) : void | ||
ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight |
Method | Description | |
---|---|---|
ViewModel ( ) : GalaSoft.MvvmLight |
protected NavigateTo ( string page, object state ) : void | ||
page | string | |
state | object | |
return | void |
protected RaisePropertyChangedOnUI ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected ViewModel ( INavigationService2 navigationService ) : GalaSoft.MvvmLight | ||
navigationService | INavigationService2 | |
return | GalaSoft.MvvmLight |