Versions Compared

Key

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

...

Name

Description

AnimationEnded

Fired when an animation is ended [ended Inherited from Multi-line Edit Box (PRIM_MEMO)

Cancelled

Changed

Changed is a change in the component

CreateInstance

CreateInstance is signalled when an instance of a component is created [ Inherited from Multi-line Edit Box (PRIM_MEMO)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed [ Inherited from Multi-line Edit Box (PRIM_MEMO)

DragDrop

Fired on mouse up to signify the end of a drag process [ Inherited from Multi-line Edit Box (PRIM_MEMO)

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 Multi-line Edit Box (PRIM_MEMO)

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

EndDrag

Fired when the drag and drop process has completed [ Inherited from Multi-line Edit Box (PRIM_MEMO)

Source, Payload, DragResult, AggregatedSource, Origin, Handled

Enter

Fired when the Enter key is pressed

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

GotFocus

Fired when the control receives the focus

Initialize

Fired after a component has been realized for the first time [ Inherited from Multi-line Edit Box (PRIM_MEMO)

KeyPress

Fired when a key is pressed on the keyboard

KeyCode, Char, IsAltDown, IsControlDown, IsShiftDown, Handled

LineChanged

LineChanged is triggered when the cursor is moved to another line

LostFocus

LostFocus happens when a component is no longer active

MouseEnter

The mouse has entered the bounds of the control [ Inherited from Multi-line Edit Box (PRIM_MEMO)

MouseHover

The mouse has hovered over the control [ Inherited from Multi-line Edit Box (PRIM_MEMO)

Origin, Handled

MouseLeave

The mouse has left the bounds of the control [ Inherited from Multi-line Edit Box (PRIM_MEMO)

PositionChanged

Fired when the cursor is moved

StartDrag

Fired when the user starts a drag and drop process [ Inherited from Multi-line Edit Box (PRIM_MEMO)

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 Multi-line Edit Box (PRIM_MEMO)

MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue

TouchEnd

Fired when the user stops touching the screen [ Inherited from Multi-line Edit Box (PRIM_MEMO)

TouchStart

Fired when the user first makes physical contact with the screen [ Inherited from Multi-line Edit Box (PRIM_MEMO)

Origin, TouchMove, TouchRotate, TouchScale, TouchSize

...