C# Class RavenFS.Studio.Infrastructure.ViewModel

Inheritance: System.NotifyPropertyChangedBase
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
NotifyViewLoaded ( ) : void
NotifyViewUnloaded ( ) : void

Méthodes protégées

Méthode Description
OnUIMessage ( UIMessageEventArgs e ) : void
OnViewLoaded ( ) : void
OnViewUnloaded ( ) : void

Method Details

NotifyViewLoaded() public méthode

public NotifyViewLoaded ( ) : void
Résultat void

NotifyViewUnloaded() public méthode

public NotifyViewUnloaded ( ) : void
Résultat void

OnUIMessage() protected méthode

protected OnUIMessage ( UIMessageEventArgs e ) : void
e UIMessageEventArgs
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( ) : void
Résultat void

OnViewUnloaded() protected méthode

protected OnViewUnloaded ( ) : void
Résultat void