INavigationEventNotification.AddNotification Method
Adds a notification when a navigation event is raised.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
Sub AddNotification ( _
node As INavigationContext _
)
'Usage
Dim instance As INavigationEventNotification
Dim node As INavigationContext
instance.AddNotification(node)
void AddNotification(
INavigationContext node
)
void AddNotification(
INavigationContext^ node
)
abstract AddNotification :
node:INavigationContext -> unit
function AddNotification(
node : INavigationContext
)
Parameters
- node
Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext
The information about the navigation.