ExplorerNodePropertiesRequestedEventArgs Constructor
Initializes a new instance of the ExplorerNodePropertiesRequestedEventArgs class.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
node As IExplorerNode, _
propertySources As IPropertySourceCollection _
)
public ExplorerNodePropertiesRequestedEventArgs(
IExplorerNode node,
IPropertySourceCollection propertySources
)
Parameters
- node
Type: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
The node that is requesting properties.
- propertySources
Type: Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
The collection of properties for the node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.