Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

AnimationEnded

Fired when an animation is ended Inherited from Control (PRIM_CTRL)

Cancelled

Click

Fired when the mouse is clicked on the control Inherited from Control (PRIM_CTRL)

Origin, Handled

Closed

The dialog has closed

Closing

The dialog has is closing

ClosePopup

CreateInstance

CreateInstance is signalled when an instance of a component is created Inherited from Control (PRIM_CTRL)

DesignChanged

Fired when the a design is activated Inherited from Control (PRIM_CTRL)

Design, DesignManager

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Control (PRIM_CTRL)

DoubleClick

Fired when the user double clicks Inherited from Control (PRIM_CTRL)

Origin, Handled

DragDrop

Fired on mouse up to signify the end of a drag process Inherited from Control (PRIM_CTRL)

PosX, PosY, Source, Payload, AggregatedSource, Origin, Handled, DragResult

DragOver

Fired during the drag and drop process when the cursor moves over the control Inherited from Control (PRIM_CTRL)

PosX, PosY, Source, Payload, DragState, AcceptDrop, DragCursor, ShowDropHilight, AggregatedSource, Origin, Handled

EndDrag

Fired when the drag and drop process has completed Inherited from Control (PRIM_CTRL)

Source, Payload, DragResult, AggregatedSource, Origin, Handled

Enter

Fired when the Enter key is pressed Inherited from Control (PRIM_CTRL)

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

Initialize

Fired after a component has been realized for the first time Inherited from Control (PRIM_CTRL)

KeyPress

Fired when a key is pressed on the keyboard Inherited from Control (PRIM_CTRL)

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

MouseEnter

The mouse has entered the bounds of the control Inherited from Control (PRIM_CTRL)

MouseHover

The mouse has hovered over the control Inherited from Control (PRIM_CTRL)

Origin, Handled

MouseLeave

The mouse has left the bounds of the control Inherited from Control (PRIM_CTRL)

Prepare

The dialog is about to be shown

ScrollChanged

Fired when the scrollbars in a composite control are moved Inherited from Control (PRIM_CTRL)

Orientation

SizeChanged

Fired when the size of the panel is changed Inherited from Control (PRIM_CTRL)

StartDrag

Fired when the user starts a drag and drop process Inherited from Control (PRIM_CTRL)

Source, Payload, Continue, DragList, AggregatedSource, Origin, Handled

TouchChange

Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events Inherited from Control (PRIM_CTRL)

MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue

TouchEnd

Fired when the user stops touching the screen Inherited from Control (PRIM_CTRL)

TouchStart

Fired when the user first makes physical contact with the screen Inherited from Control (PRIM_CTRL)

Origin, TouchMove, TouchRotate, TouchScale, TouchSize

...