ToolPane.ViewChangeEventArgs - Constructeur
Initialise une nouvelle instance de la classe ToolPane.ViewChangeEventArgs .
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
view As ToolPane.ToolPaneView _
)
'Utilisation
Dim view As ToolPane.ToolPaneView
Dim instance As New ToolPane.ViewChangeEventArgs(view)
public ViewChangeEventArgs(
ToolPane.ToolPaneView view
)
Paramètres
view
Type : Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneViewUne des valeurs ToolPane.ToolPaneView qui spécifie la vue à ouvrir.
Voir aussi
Référence
ToolPane.ViewChangeEventArgs classe