INavigationContextProvider Interface
Provides the tracking of the currently selected item in the context source and changes to the underlying context sources.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentContext | Gets or sets the currently selected context item, such as current OE node. |
![]() | ItemsAdded | Gets the event accumulation mechanism for items that are being added to the context source. |
![]() | ItemsChanged | Gets the event accumulation mechanism for items that are being changed in the context source. |
![]() | ItemsRefreshed | Gets the event accumulation mechanism for items that are being refreshed in the context source. |
![]() | ItemsRemoved | Gets the event accumulation mechanism for items that are being removed from the context source. |
| Name | Description | |
|---|---|---|
![]() | CurrentContextChanged | Occurs when the CurrentContext is changed. |
Show:

