IExplorerNodeEvents Interface
Defines events that are raised by IExplorerNode objects.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IExplorerNodeEvents
public interface IExplorerNodeEvents
The IExplorerNodeEvents type exposes the following members.
Events
Name | Description | |
---|---|---|
NodeChildrenRequested | Occurs when an IExplorerNode requests child nodes. | |
NodeDisposing | Occurs when an IExplorerNode is about to be disposed. | |
NodeInitialized | Occurs when a new IExplorerNode is initialized. | |
NodeMenuItemsRequested | Occurs when an IExplorerNode requests shortcut menu items. | |
NodePropertiesRequested | Occurs when an IExplorerNode requests properties. |
Top