Click or drag to resize

Component Events

The Component type exposes the following members.

Events
 NameDescription
Public eventAddedToParent Occurs when a component is added to the parent.
Public eventCloneEvent Occurs when object is cloned.
Public eventCloneSupportChanged Occurs after changing value of CloneSupport property.
Public eventComponentAdded Occurs when a child component is added.
Public eventComponentRemoved Occurs when a child component is removed.
Public eventComponentsChanged Occurs when the set of children is changed.
Public eventDisabledEvent Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
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.
Public eventDisplayInEditorChanged Occurs when value of DisplayInEditor property is changed.
Public eventDisposeEvent Occurs when the object is disposed.
Public eventEnabledChanged Occurs when the Enabled property value changes.
Public eventEnabledEvent Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
Public eventEnabledInHierarchyChanged Occurs when the EnabledInHierarchy property value changes.
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.
Public eventLoadEvent Occurs during object loading.
Public eventMetadataGetMemberBySignatureEvent Occurs when the object metadata member is received by name.
Public eventMetadataGetMembersEvent Occurs upon receipt of the object's metadata members.
Public eventMetadataGetMembersFilterEvent Occurs when filtering receive members of the object metadata.
Public eventNameChanged Occurs when component name is changed.
Public eventNetworkModeChangedOccurs when the NetworkMode property value changes.
Public eventPreloadResourcesEvent Occurs when preloading the resources used by the object.
Public eventReceiveNetworkMessageFromClient 
Public eventReceiveNetworkMessageFromServer 
Public eventRemovedFromParent Occurs when a component is removed from the parent.
Public eventSaveEvent Occurs during object saving.
Public eventSaveSupportChanged Occurs after changing value of SaveSupport property.
Public eventScreenLabelChangedOccurs when the ScreenLabel property value changes.
Public eventSimulationStep Occurs during the simulation step.
Public eventSimulationStepClient Occurs during the simulation step.
Public eventUpdateEvent Occurs during the update process of all objects.
Top
See Also