AddEvent

[method icon] AddEvent(iEvent)

Adds event to set of events handled by this control

iEvent KCML_FORM_EVENTS_ENUM Index of event to handle

Applies to: Generic

Introduced in KCML version 6.60


[method icon] AddEvent(iEvent)

Adds event to set of events handled by this control

iEvent KCML_FORM_EVENTS_ENUM Index of event to handle

Applies to: MenuItem

Introduced in KCML version 6.20


[method icon] AddEvent(iEvent)

Adds event to set of events handled by this control

iEvent KCML_FORM_EVENTS_ENUM Index of event to handle

Applies to: TabbedItem

Introduced in KCML version 6.90


>AddEvent

AddEvent

Add the specified event to the list of events passed to the generic event handler EventHandler().

The events are specified by constants built into KCML. See EventIdConstants.

See also

Generic methods, properties and events. MenuItem methods, properties and events. TabbedItem methods, properties and events.