ViewChangedEventArgs Class

Provides data for the ViewChangedEventArgs event. Inherits from EventArgs.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Controls.ViewChangedEventArgs
      Microsoft.SqlServer.Management.Controls.ViewChangingEventArgs

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class ViewChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ViewChangedEventArgs
public class ViewChangedEventArgs : EventArgs
public ref class ViewChangedEventArgs : public EventArgs
type ViewChangedEventArgs =  
    class
        inherit EventArgs
    end
public class ViewChangedEventArgs extends EventArgs

The ViewChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ViewChangedEventArgs Initializes a new instance of the ViewChangedEventArgs class with the new view specified.

Top

Properties

  Name Description
Public property NewView Gets the new view of the controls.
Public property OldView Gets the previous view of the control.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.