OnEnter
|
Run when the mouse cursor enters the frame's interactive area.
|
OnEnable
|
Run when the frame is enabled.
|
OnEditFocusLost
|
Run when the edit box loses keyboard input focus.
|
OnEditFocusGained
|
Run when the edit box becomes focused for keyboard input.
|
OnDragStop
|
Run when the mouse button is released after a drag started in the frame.
|
OnDragStart
|
Run when the mouse is dragged starting in the frame.
|
OnDoubleClick
|
Run when the button is double-clicked.
|
OnDisable
|
Run when the frame is disabled.
|
OnCursorChanged
|
Run when the position of the text insertion cursor in the edit box changes.
|
OnColorSelect
|
Run when the color select frame's color selection changes.
|
OnClick
|
Run when the button is clicked.
|
OnCharComposition
|
Run when the edit box's input composition mode changes.
|
OnChar
|
Run for each text character typed in the frame.
|
OnAttributeChanged
|
Run when a frame attribute is changed.
|
OnAnimFinished
|
Run when the model's animation finishes.
|