ViewChangedEventHandler Delegate
Represents the methods that will handle an event handler when an IAltViewProvider object changes the selected view.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
public delegate void ViewChangedEventHandler( Object^ sender, ViewChangedEventArgs^ args )
Parameters
- sender
-
Type:
System::Object^
Object that handles the event.
- args
-
Type:
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::ViewChangedEventArgs^
A EventArgs that contains the event data.
Show: