Wimark.Controls Class Library  

DockManager.ItemFloating Event

Occurs when a DockItem control is added to a floating tool window.

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

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