Share via


INavigationEventNotification Interface

An interface that represents an event notification.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
Public Interface INavigationEventNotification
'Usage
Dim instance As INavigationEventNotification
public interface INavigationEventNotification
public interface class INavigationEventNotification
type INavigationEventNotification =  interface end
public interface INavigationEventNotification

The INavigationEventNotification type exposes the following members.

Methods

  Name Description
Public method AddNotification Adds a notification when a navigation event is raised.

Top

Events

  Name Description
Public event Event Occurs when the navigation event is executed.

Top