Wimark.Controls Class Library  

CommandItem.Popup Event

Occurs before a command item's list of command items is displayed.

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

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