Share via


ViewChangingEventArgs Constructor

Initializes a new instance of the ViewChangingEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    oldView As IView, _
    newView As IView _
)
'Usage
Dim oldView As IView
Dim newView As IView

Dim instance As New ViewChangingEventArgs(oldView, _
    newView)
public ViewChangingEventArgs(
    IView oldView,
    IView newView
)
public:
ViewChangingEventArgs(
    IView^ oldView, 
    IView^ newView
)
new : 
        oldView:IView * 
        newView:IView -> ViewChangingEventArgs
public function ViewChangingEventArgs(
    oldView : IView, 
    newView : IView
)

Parameters