INavigationContextProvider.ItemsChanged Property
Gets the event accumulation mechanism for items that are being changed in the context source.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ItemsChanged As INavigationEventNotification
Get
'Usage
Dim instance As INavigationContextProvider
Dim value As INavigationEventNotification
value = instance.ItemsChanged
INavigationEventNotification ItemsChanged { get; }
property INavigationEventNotification^ ItemsChanged {
INavigationEventNotification^ get ();
}
abstract ItemsChanged : INavigationEventNotification
function get ItemsChanged () : INavigationEventNotification
Property Value
Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationEventNotification
The items that are changed in the context source.