AddEvent
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
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
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
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.