Wimark.Controls Class Library  

DropDownArea.RefreshScrollBars Event

Occurs when the scroll bars needs to be updated.

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

Event Data

The event handler receives an argument of type EventArgs containing data related to this event.

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

DropDownArea Class | DropDownArea Members | Wimark.Controls.Editors Namespace