Share via


ToolPane.ViewChangeEventArgs.View property

Gets the view to which the tool pane is changing.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

ToolPane.ViewChangeEventArgs members

Microsoft.SharePoint.WebPartPages namespace