ViewChangedEventArgs Class
Represents event arguments that are passed when a view provider changes the selected view.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
System::Object
System::EventArgs
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::ViewChangedEventArgs
System::EventArgs
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::ViewChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | ViewChangedEventArgs(IViewType^, IViewType^) | Initializes a new instance of the ViewChangedEventArgs class with the specified view settings. |
| Name | Description | |
|---|---|---|
![]() | NewView | Gets the view that is currently selected. |
![]() | OriginalView | Gets the view that was originally selected. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


