Méthode | Description | |
---|---|---|
GetActivationForView ( this fe ) : IObservable |
||
WhenControlActivated ( this This, Action |
Use this on any aribrary framework element to register to Loaded and Unloaded to activate and deactivate observables The returned disposable should only be disposed if you want to manually deregister this operation
|
|
WhenControlActivated ( this This, Func |
Use this on any aribrary framework element to register to Loaded and Unloaded to activate and deactivate observables The returned disposable should only be disposed if you want to manually deregister this operation
|
|
handleViewActivation ( Func |
public static GetActivationForView ( this fe ) : IObservable |
||
fe | this | |
Résultat | IObservable |
public static WhenControlActivated ( this This, Action |
||
This | this | |
block | Action |
|
Résultat | IDisposable |
public static WhenControlActivated ( this This, Func |
||
This | this | |
block | Func |
|
Résultat | IDisposable |
public static handleViewActivation ( Func |
||
block | Func |
|
activation | Tuple |
|
Résultat | IDisposable |