IExplorerNodeEvents.NodePropertiesRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.