MenuEvent

Defines a menu event.

Constructors

this
this(Object sender, SourceType srcType, Text text, size_t itemNum, string itemSource)

Default CTOR

Members

Variables

itemNum
size_t itemNum;

Number of the selected item.

itemSource
string itemSource;

Source ID of the menu item.

text
Text text;

Text of the selected menu item.

Inherited Members

From Event

sender
Object sender;

The origin of the event

aux
Object aux;

Auxilliary event data (secondary sender, selection, etc) Type can be checked with classinfo.

type
EventType type;

The type of this event

srcType
SourceType srcType;

The type of the sender

Meta