INavigationContextProvider Interface

Definition

Provides the tracking of the currently selected item in the context source and changes to the underlying context sources.

public interface class INavigationContextProvider
public interface INavigationContextProvider
type INavigationContextProvider = interface
Public Interface INavigationContextProvider

Properties

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.

Events

CurrentContextChanged

Occurs when the CurrentContext is changed.

Applies to