GetSelectionObserver Method
Overloads
| GetSelectionObserver(IApp, String) |
Get a selection observer instance. |
GetSelectionObserver(IApp, String)
Get a selection observer instance.
Declaration
public static ISelectionObserver GetSelectionObserver(this IApp app, string stateName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IApp | app |
The app for which to observe selections. |
| System.String | stateName |
The name of the selection state to observe. The value |
Returns
| Type | Description |
|---|---|
| ISelectionObserver |
A selection observer instance. |