Intersoft ClientUI Documentation
WindowActivationEventHandler Delegate



The source of the event.
A WindowActivationEventArgs that contains the event data.
Represents the method that will handle the window activation events.
Syntax
Public Delegate Sub WindowActivationEventHandler( _
   ByVal sender As Object, _
   ByVal e As WindowActivationEventArgs _
) 
Dim instance As New WindowActivationEventHandler(AddressOf HandlerMethod)
public delegate void WindowActivationEventHandler( 
   object sender,
   WindowActivationEventArgs e
)
public delegate void WindowActivationEventHandler( 
   Object^ sender,
   WindowActivationEventArgs^ e
)

Parameters

sender
The source of the event.
e
A WindowActivationEventArgs that contains the event data.
Requirements

Target Platforms: 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

Reference

WindowActivationEventHandler Members
Intersoft.Client.Framework Namespace

Send Feedback