Wimark.Controls Class Library  

DockManager.ItemAutoHidden Event

Occurs when a DockItem control is auto hidden.

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

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