DShellWindowsEvents Interface

Definition

Represents the shell windows events.

public interface class DShellWindowsEvents
[System.Runtime.InteropServices.Guid("FE4106E0-399A-11D0-A48C-00A0C90A8F39")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface DShellWindowsEvents
[<System.Runtime.InteropServices.Guid("FE4106E0-399A-11D0-A48C-00A0C90A8F39")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type DShellWindowsEvents = interface
Public Interface DShellWindowsEvents
Attributes

Methods

WindowRegistered(Int32)

Invoked when a window is registered as a shell window.

WindowRevoked(Int32)

Invoked when a shell window's registration is revoked.

Applies to