메소드 |
설명 |
|
GetActivationForView ( this fe ) : IObservable>.Tuple |
|
|
WhenControlActivated ( this This, Action block ) : IDisposable |
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 block ) : IDisposable |
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 block, Tuple activation ) : IDisposable |
|
|