Method ListenWhenActivated
ListenWhenActivated(Window)
Creates an observable sequence that emits a single Unit value when the Window is activated.
Declaration
public static IObservable<Unit> ListenWhenActivated(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | The Window to observe for activation. |
Returns
| Type | Description |
|---|---|
| IObservable<Unit> | An observable sequence that emits a single Unit value when the Window is activated. |