Version

DropDownManager.ActivationChangedEventArgs Constructor

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal hookCode As Integer, _
   ByVal type As DropDownManager.ActivationChangeType, _
   ByVal hwndActivated As IntPtr, _
   ByVal hwndDeactivated As IntPtr _
)
public DropDownManager.ActivationChangedEventArgs( 
   int hookCode,
   DropDownManager.ActivationChangeType type,
   IntPtr hwndActivated,
   IntPtr hwndDeactivated
)

Parameters

hookCode
The code passed into the SetWindowsHookEx API.
type
Identifies the message that triggered the ActivationChanged event.
hwndActivated
The handle of the window being activated.
hwndDeactivated
The handle of the window being deactivated.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also