Click or drag to resize

UIControlList Events

The UIControlList type exposes the following members.

Events
 NameDescription
Public eventAddedToParent Occurs when a component is added to the parent.
(Inherited from Component)
Public eventAfterRenderUIWithChildren
(Inherited from UIControl)
Public eventBackgroundColorChanged
(Inherited from UIControl)
Public eventBackgroundRoundingChanged
(Inherited from UIControl)
Public eventBeforeRenderUIWithChildren
(Inherited from UIControl)
Public eventCanBeSelectedChanged
(Inherited from UIControl)
Public eventCloneEvent Occurs when object is cloned.
(Inherited from Component)
Public eventCloneSupportChanged Occurs after changing value of CloneSupport property.
(Inherited from Component)
Public eventColorMultiplierChanged
(Inherited from UIControl)
Public eventComponentAdded Occurs when a child component is added.
(Inherited from Component)
Public eventComponentRemoved Occurs when a child component is removed.
(Inherited from Component)
Public eventComponentsChanged Occurs when the set of children is changed.
(Inherited from Component)
Public eventControlsHorizontalAlignChanged 
Public eventControlsVerticalAlignChanged 
Public eventDisabledEvent Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventDisabledInSimulation Occurs when the object is detached from a hierarchy of the components or is disabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventDisplayInEditorChanged Occurs when value of DisplayInEditor property is changed.
(Inherited from Component)
Public eventDisposeEvent Occurs when the object is disposed.
(Inherited from Component)
Public eventEnabledChanged Occurs when the Enabled property value changes.
(Inherited from Component)
Public eventEnabledEvent Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventEnabledInHierarchyChanged Occurs when the EnabledInHierarchy property value changes.
(Inherited from Component)
Public eventEnabledInSimulation Occurs when the object is attached to a hierarchy of the components and is enabled. The method is called only in simulation application. See also EnabledInHierarchy property.
(Inherited from Component)
Public eventHorizontalAlignChanged
(Inherited from UIControl)
Public eventHorizontalIndentChangedOccurs when the HorizontalIndent property value changes.
Public eventItemMouseClick 
Public eventItemMouseDoubleClick 
Public eventJoystickEvent
(Inherited from UIControl)
Public eventKeyDown
(Inherited from UIControl)
Public eventKeyDownBefore
(Inherited from UIControl)
Public eventKeyPress
(Inherited from UIControl)
Public eventKeyPressBefore
(Inherited from UIControl)
Public eventKeyUp
(Inherited from UIControl)
Public eventKeyUpBefore
(Inherited from UIControl)
Public eventLoadEvent Occurs during object loading.
(Inherited from Component)
Public eventMarginChanged
(Inherited from UIControl)
Public eventMaxColumnsChangedOccurs when the MaxColumns property value changes.
Public eventMetadataGetMemberBySignatureEvent Occurs when the object metadata member is received by name.
(Inherited from Component)
Public eventMetadataGetMembersEvent Occurs upon receipt of the object's metadata members.
(Inherited from Component)
Public eventMetadataGetMembersFilterEvent Occurs when filtering receive members of the object metadata.
(Inherited from Component)
Public eventMouseDoubleClick
(Inherited from UIControl)
Public eventMouseDoubleClickBefore
(Inherited from UIControl)
Public eventMouseDown
(Inherited from UIControl)
Public eventMouseDownBefore
(Inherited from UIControl)
Public eventMouseEnter
(Inherited from UIControl)
Public eventMouseLeave
(Inherited from UIControl)
Public eventMouseMove
(Inherited from UIControl)
Public eventMouseUp
(Inherited from UIControl)
Public eventMouseUpBefore
(Inherited from UIControl)
Public eventMouseWheel
(Inherited from UIControl)
Public eventMouseWheelBefore
(Inherited from UIControl)
Public eventMultiselectChangedOccurs when the Multiselect property value changes.
Public eventNameChanged Occurs when component name is changed.
(Inherited from Component)
Public eventNetworkModeChangedOccurs when the NetworkMode property value changes.
(Inherited from Component)
Public eventPreloadResourcesEvent Occurs when preloading the resources used by the object.
(Inherited from Component)
Public eventReadOnlyChanged
(Inherited from UIControl)
Public eventReceiveNetworkMessageFromClient
(Inherited from Component)
Public eventReceiveNetworkMessageFromServer
(Inherited from Component)
Public eventRemovedFromParent Occurs when a component is removed from the parent.
(Inherited from Component)
Public eventRenderUI
(Inherited from UIControl)
Public eventSaveEvent Occurs during object saving.
(Inherited from Component)
Public eventSaveSupportChanged Occurs after changing value of SaveSupport property.
(Inherited from Component)
Public eventScreenLabelChangedOccurs when the ScreenLabel property value changes.
(Inherited from Component)
Public eventSelectedIndexChanged 
Public eventSelectedIndicesChanged 
Public eventSimulationStep Occurs during the simulation step.
(Inherited from Component)
Public eventSimulationStepClient Occurs during the simulation step.
(Inherited from Component)
Public eventSizeChanged
(Inherited from UIControl)
Public eventSpecialInputDeviceEvent
(Inherited from UIControl)
Public eventStyleChanged
(Inherited from UIControl)
Public eventTextChanged
(Inherited from UIControl)
Public eventTextChanging
(Inherited from UIControl)
Public eventTopMostChanged
(Inherited from UIControl)
Public eventTouch
(Inherited from UIControl)
Public eventUpdateEvent Occurs during the update process of all objects.
(Inherited from Component)
Public eventVerticalAlignChanged
(Inherited from UIControl)
Public eventVerticalIndentChangedOccurs when the VerticalIndent property value changes.
Public eventVisibleChanged
(Inherited from UIControl)
Top
See Also