Spin Edit - Prompting Event

Fired when prompt icon is pressed

Member of Spin Edit (PRIM_MD.SpinEdit)

Parameters

Name

Type

Data Type

Description

Origin

*Input

PRIM_CTRL

Reference to the control on which the event was initially fired

Handled

*Both

Boolean

Set to true to stop the key being processed automatically

Details

The PromptIconClick event is fired when the user clicks on the Icon or IconImage

The PromptIconClick event is a routed event. This means that it can be detected on the control that was under the mouse pointer at the time of the click, as well as other controls in the parent chain.

The Origin and Handled parameters of the event provide the source of the event and a means to prevent propagation up the parent chain respectively


See also

All Component Classes

Technical Reference

  • No labels