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 Push Button (PRIM_PHBN)

Cancelled

Click

Fired when the mouse is clicked on the control

Origin, Handled

CreateInstance

CreateInstance is signalled when an instance of a component is created [created  Inherited from Push Button (PRIM_PHBN)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed [destroyed  Inherited from Push Button (PRIM_PHBN)

DragDrop

Fired on mouse up to signify the end of a drag process [process  Inherited from Push Button (PRIM_PHBN)

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

DragOver

Fired during the drag and drop process when the cursor moves over the control [control  Inherited from Push Button (PRIM_PHBN)

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

EndDrag

Fired when the drag and drop process has completed [completed  Inherited from Push Button (PRIM_PHBN)

Source, Payload, DragResult, AggregatedSource, Origin, Handled

GotFocus

Fired when the control receives the focus

Initialize

Fired after a component has been realized for the first time [time  Inherited from Push Button (PRIM_PHBN)

LostFocus

LostFocus happens when a component is no longer active

MouseEnter

The mouse has entered the bounds of the control [control  Inherited from Push Button (PRIM_PHBN)

MouseHover

The mouse has hovered over the control [control  Inherited from Push Button (PRIM_PHBN)

Origin, Handled

MouseLeave

The mouse has left the bounds of the control [control  Inherited from Push Button (PRIM_PHBN)

StartDrag

Fired when the user starts a drag and drop process [process  Inherited from Push Button (PRIM_PHBN)

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

TouchChange

Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events [events  Inherited from Push Button (PRIM_PHBN)

MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue

TouchEnd

Fired when the user stops touching the screen [screen  Inherited from Push Button (PRIM_PHBN)

TouchStart

Fired when the user first makes physical contact with the screen [screen  Inherited from Push Button (PRIM_PHBN)

Origin, TouchMove, TouchRotate, TouchScale, TouchSize

...