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
Public event NodeChildrenRequested Occurs when an IExplorerNode requests child nodes.
Public event NodeDisposing Occurs when an IExplorerNode is about to be disposed.
Public event NodeInitialized Occurs when a new IExplorerNode is initialized.
Public event NodeMenuItemsRequested Occurs when an IExplorerNode requests shortcut menu items.
Public event NodePropertiesRequested Occurs when an IExplorerNode requests properties.

Top

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer Namespace