Method | Description | |
---|---|---|
WhenActivated ( this This, Action |
WhenActivated allows you to register a Func to be called when a View is Activated.
|
|
WhenActivated ( this This, Action |
WhenActivated allows you to register a Func to be called when a View is Activated.
|
|
WhenActivated ( this This, Action |
WhenActivated allows you to register a Func to be called when a View is Activated.
|
|
WhenActivated ( this This, Func |
WhenActivated allows you to register a Func to be called when a View is Activated.
|
|
WhenActivated ( this This, Func |
WhenActivated allows you to register a Func to be called when a View is Activated.
|
|
WhenActivated ( this This, Action |
WhenActivated allows you to register a Func to be called when a ViewModel's View is Activated.
|
|
WhenActivated ( this This, Action |
WhenActivated allows you to register a Func to be called when a ViewModel's View is Activated.
|
|
WhenActivated ( this This, Func |
WhenActivated allows you to register a Func to be called when a ViewModel's View is Activated.
|
Method | Description | |
---|---|---|
ViewForMixins ( ) : System | ||
handleViewActivation ( Func |
||
handleViewModelActivation ( IViewFor view, IObservable |
public static WhenActivated ( this This, Action |
||
This | this | Object that supports activation. |
block | Action |
The method to be called when the corresponding /// View is activated. The Action parameter (usually called 'disposables') allows /// you to collate all disposables that should be cleaned up during deactivation. |
view | IViewFor | |
return | IDisposable |
public static WhenActivated ( this This, Action |
||
This | this | Object that supports activation. |
block | Action |
The method to be called when the corresponding /// View is activated. The Action parameter (usually called 'd') allows /// you to register Disposables to be cleaned up when the View is /// deactivated (i.e. "d(someObservable.Subscribe());") |
return | IDisposable |
public static WhenActivated ( this This, Action |
||
This | this | Object that supports activation. |
block | Action |
The method to be called when the corresponding /// View is activated. The Action parameter (usually called 'd') allows /// you to register Disposables to be cleaned up when the View is /// deactivated (i.e. "d(someObservable.Subscribe());") |
view | IViewFor | |
return | IDisposable |
public static WhenActivated ( this This, Func |
||
This | this | Object that supports activation. |
block | Func |
The method to be called when the corresponding /// View is activated. It returns a list of Disposables that will be /// cleaned up when the View is deactivated. |
return | IDisposable |
public static WhenActivated ( this This, Func |
||
This | this | Object that supports activation. |
block | Func |
The method to be called when the corresponding /// View is activated. It returns a list of Disposables that will be /// cleaned up when the View is deactivated. |
view | IViewFor | |
return | IDisposable |
public static WhenActivated ( this This, Action |
||
This | this | Object that supports activation. |
block | Action |
The method to be called when the corresponding /// View is activated. The Action parameter (usually called 'disposables') allows /// you to collate all the disposables to be cleaned up during deactivation. |
return | void |
public static WhenActivated ( this This, Action |
||
This | this | Object that supports activation. |
block | Action |
The method to be called when the corresponding /// View is activated. The Action parameter (usually called 'd') allows /// you to register Disposables to be cleaned up when the View is /// deactivated (i.e. "d(someObservable.Subscribe());") |
return | void |
public static WhenActivated ( this This, Func |
||
This | this | Object that supports activation. |
block | Func |
The method to be called when the corresponding /// View is activated. It returns a list of Disposables that will be /// cleaned up when the View is deactivated. |
return | void |