IExplorerNodeEvents.NodePropertiesRequested Event

Occurs when an IExplorerNode requests properties.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Event NodePropertiesRequested As EventHandler(Of ExplorerNodePropertiesRequestedEventArgs)
event EventHandler<ExplorerNodePropertiesRequestedEventArgs> NodePropertiesRequested

Remarks

Handle this event to add a property to a node. The property appears in the Properties window when the node is selected. For more information, see How to: Extend a SharePoint Node in Server Explorer.

.NET Framework Security

See Also

Reference

IExplorerNodeEvents Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace