Method | Description | |
---|---|---|
RaiseActivateRequest ( ) : void |
This raises the ActivateRequest event to activate the UI.
|
|
RaiseCloseRequest ( ) : void |
This raises the CloseRequest event to close the UI.
|
|
RaiseCloseRequest ( bool dialogResult ) : void |
This raises the CloseRequest event to close the UI.
|
Method | Description | |
---|---|---|
OnWindowActivated ( ) : void |
Allows Window.Activated hook
|
|
OnWindowClose ( ) : void |
Allows Window.Close hook
|
|
OnWindowDeactivated ( ) : void |
Allows Window.Deactivated hook
|
|
OnWindowLoaded ( ) : void |
Allows Window.Loaded/UserControl.Loaded hook
|
|
OnWindowUnloaded ( ) : void |
Allows Window.Unloaded/UserControl.Unloaded hook
|
|
SimpleViewModel ( ) : System |
Initializes a new instance of the SimpleViewModel class. Wires up all the Window based Lifetime commands.
|
public RaiseCloseRequest ( bool dialogResult ) : void | ||
dialogResult | bool | The dialog result. |
return | void |