WindowEventsClass Class
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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class WindowEventsClass : EnvDTE::WindowEvents
public ref class WindowEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class WindowEventsClass : EnvDTE::WindowEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispWindowEvents\0")]
[System.Runtime.InteropServices.Guid("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class WindowEventsClass : EnvDTE.WindowEvents
[System.Runtime.InteropServices.Guid("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispWindowEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class WindowEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispWindowEvents\0")>]
[<System.Runtime.InteropServices.Guid("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type WindowEventsClass = class
interface _WindowEvents
interface WindowEvents
interface _dispWindowEvents_Event
[<System.Runtime.InteropServices.Guid("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispWindowEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type WindowEventsClass = class
Public Class WindowEventsClass
Implements WindowEvents
Public Class WindowEventsClass
- Inheritance
-
WindowEventsClass
- Attributes
- Implements
Remarks
Refer to WindowEvents for this functionality. Do not instantiate from this class.
Constructors
WindowEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
Events
WindowActivated |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a window receives the focus. |
WindowClosing |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs just before a window closes. |
WindowCreated |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a new window is created. |
WindowMoved |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs after a window is moved or resized. |