NodesChangedEventHandler Delegate
Represents the methods that will handle the event when nodes in the object explorer are changed.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
public delegate void NodesChangedEventHandler( Object^ sender, NodesChangedEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
An object that represent the sender.
- args
-
Type:
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::NodesChangedEventArgs^
Provides the node that is changed.
Show: