Wimark.Controls Class Library  

GraphicsManager.AppearanceChanged Event

Occurs when the graphical appearance is changed.

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

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

GraphicsManager Class | GraphicsManager Members | Wimark.Controls Namespace