ToolPane.ViewChangeEventArgs Constructor
Initializes a new instance of the ToolPane.ViewChangeEventArgs class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
view As ToolPane.ToolPaneView _
)
'Usage
Dim view As ToolPane.ToolPaneView
Dim instance As New ToolPane.ViewChangeEventArgs(view)
public ViewChangeEventArgs(
ToolPane.ToolPaneView view
)
Parameters
view
Type: Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneViewOne of the ToolPane.ToolPaneView values that specifies the view to open.
See Also
Reference
ToolPane.ViewChangeEventArgs Class