Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the view to which the tool pane is changing.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property View As ToolPane.ToolPaneView
Get
'Usage
Dim instance As ToolPane.ViewChangeEventArgs
Dim value As ToolPane.ToolPaneView
value = instance.View
public ToolPane.ToolPaneView View { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView
The view to which the tool pane is changing.
See Also
Reference
ToolPane.ViewChangeEventArgs Class