Xceed Docking Windows for WinForms v2.3 Documentation
AddEventHandler Method


Xceed.DockingWindows Namespace > ToolWindow Class : AddEventHandler Method
The object that owns the event.
The delegate to add to the list.
Adds a delegate to the list.
Syntax
'Declaration
 
Protected Sub AddEventHandler( _
   ByVal eventKey As Object, _
   ByVal handler As Delegate _
) 
'Usage
 
Dim instance As ToolWindow
Dim eventKey As Object
Dim handler As Delegate
 
instance.AddEventHandler(eventKey, handler)
protected void AddEventHandler( 
   object eventKey,
   Delegate handler
)

Parameters

eventKey
The object that owns the event.
handler
The delegate to add to the list.
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

ToolWindow Class
ToolWindow Members