Intersoft ClientUI Documentation
WindowEventHandler Delegate



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

Parameters

sender
The source of the event.
e
A WindowEventArgs 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

WindowEventHandler Members
Intersoft.Client.Framework Namespace

Send Feedback