Wimark.Controls Class Library  

DockManager.ItemDocked Event

Occurs when a DockItem control is docked into a container.

[Visual Basic]
Public Event ItemDocked As DockManagerEventHandler 
[C#]
public event DockManagerEventHandler ItemDocked;
[C++]
public: __event DockManagerEventHandler* ItemDocked;

Event Data

The event handler receives an argument of type DockManagerEventArgs containing data related to this event. The following DockManagerEventArgs property provides information specific to this event.

Property Description
Item The DockItem control that was auto hidden, docked, floating or hidden.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockManager Class | DockManager Members | Wimark.Controls Namespace | DockItem