Wimark.Controls Class Library  

CommandItem.CheckEnabled Event

Occurs when the enabled property is checked.

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

Event Data

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

Property Description
Command Gets the component that represents the command.
Container Gets the container that hosts the command.
ContainerType Gets the type of the container that hosts the command.

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

CommandItem Class | CommandItem Members | Wimark.Controls Namespace