DShellWindowsEvents 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.
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. |