IExplorerNodeEvents Interface

Definition

Defines events that are raised by IExplorerNode objects.

public interface class IExplorerNodeEvents
public interface IExplorerNodeEvents
type IExplorerNodeEvents = interface
Public Interface IExplorerNodeEvents
Derived

Events

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.

Applies to