ExplorerEvents_Event Interface

Definition

This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see ExplorerEvents_10_Event.

public interface class ExplorerEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface ExplorerEvents_Event
Public Interface ExplorerEvents_Event
Derived
Attributes

Events

Activate

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

BeforeFolderSwitch

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

BeforeViewSwitch

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

Close

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

Deactivate

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

FolderSwitch

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

SelectionChange

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

ViewSwitch

This member in the .NET interface is superseded by a later version that implements all events of earlier interfaces and new events. For information about this member as it is implemented in the latest interface, see the latest interface, ExplorerEvents_10_Event.

Applies to