IExplorerNodeEvents Interface
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.
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. |