Méthode | Description | |
---|---|---|
CanClose ( Action |
Called to check whether or not this instance can close.
|
|
ReactiveScreen ( ) : System |
Creates an instance of ReactiveScreen.
|
|
TryClose ( bool dialogResult = null ) : void |
Tries to close this instance by asking its Parent to initiate shutdown or by asking its corresponding view to close. Also provides an opportunity to pass a dialog result to it's corresponding view.
|
Méthode | Description | |
---|---|---|
OnActivate ( ) : void |
Called when activating.
|
|
OnDeactivate ( bool close ) : void |
Called when deactivating.
|
|
OnInitialize ( ) : void |
Called when initializing.
|
Méthode | Description | |
---|---|---|
IActivate ( ) : void | ||
IDeactivate ( bool close ) : void |
public CanClose ( Action |
||
callback | Action |
The implementor calls this action with the result of the close check. |
Résultat | void |
protected OnDeactivate ( bool close ) : void | ||
close | bool | Inidicates whether this instance will be closed. |
Résultat | void |
public TryClose ( bool dialogResult = null ) : void | ||
dialogResult | bool | The dialog result. |
Résultat | void |