IExplorerNodeEvents.NodePropertiesRequested Event

Definition

Occurs when an IExplorerNode requests properties.

public:
 event EventHandler<Microsoft::VisualStudio::SharePoint::Explorer::ExplorerNodePropertiesRequestedEventArgs ^> ^ NodePropertiesRequested;
event EventHandler<Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodePropertiesRequestedEventArgs> NodePropertiesRequested;
member this.NodePropertiesRequested : EventHandler<Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodePropertiesRequestedEventArgs> 
Event NodePropertiesRequested As EventHandler(Of ExplorerNodePropertiesRequestedEventArgs) 

Event Type

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.

Applies to