C# Class RavenFS.Studio.Infrastructure.ViewModel

Inheritance: System.NotifyPropertyChangedBase
Show file Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
NotifyViewLoaded ( ) : void
NotifyViewUnloaded ( ) : void

Protected Methods

Method Description
OnUIMessage ( UIMessageEventArgs e ) : void
OnViewLoaded ( ) : void
OnViewUnloaded ( ) : void

Method Details

NotifyViewLoaded() public method

public NotifyViewLoaded ( ) : void
return void

NotifyViewUnloaded() public method

public NotifyViewUnloaded ( ) : void
return void

OnUIMessage() protected method

protected OnUIMessage ( UIMessageEventArgs e ) : void
e UIMessageEventArgs
return void

OnViewLoaded() protected method

protected OnViewLoaded ( ) : void
return void

OnViewUnloaded() protected method

protected OnViewUnloaded ( ) : void
return void