Component Events |
The Component type exposes the following members.
| Name | Description | |
|---|---|---|
| AddedToParent |
Occurs when a component is added to the parent.
| |
| CloneEvent |
Occurs when object is cloned.
| |
| CloneSupportChanged |
Occurs after changing value of CloneSupport property.
| |
| ComponentAdded |
Occurs when a child component is added.
| |
| ComponentRemoved |
Occurs when a child component is removed.
| |
| ComponentsChanged |
Occurs when the set of children is changed.
| |
| DisabledEvent |
Occurs when the object is disabled from a hierarchy of the components or is disabled. See also EnabledInHierarchy property.
| |
| DisabledInSimulation |
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.
| |
| DisplayInEditorChanged |
Occurs when value of DisplayInEditor property is changed.
| |
| DisposeEvent |
Occurs when the object is disposed.
| |
| EnabledChanged |
Occurs when the Enabled property value changes.
| |
| EnabledEvent |
Occurs when the object is attached to a hierarchy of the components and is enabled. See also EnabledInHierarchy property.
| |
| EnabledInHierarchyChanged |
Occurs when the EnabledInHierarchy property value changes.
| |
| EnabledInSimulation |
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.
| |
| LoadEvent |
Occurs during object loading.
| |
| MetadataGetMemberBySignatureEvent |
Occurs when the object metadata member is received by name.
| |
| MetadataGetMembersEvent |
Occurs upon receipt of the object's metadata members.
| |
| MetadataGetMembersFilterEvent |
Occurs when filtering receive members of the object metadata.
| |
| NameChanged |
Occurs when component name is changed.
| |
| NetworkModeChanged | Occurs when the NetworkMode property value changes. | |
| PreloadResourcesEvent |
Occurs when preloading the resources used by the object.
| |
| ReceiveNetworkMessageFromClient | ||
| ReceiveNetworkMessageFromServer | ||
| RemovedFromParent |
Occurs when a component is removed from the parent.
| |
| SaveEvent |
Occurs during object saving.
| |
| SaveSupportChanged |
Occurs after changing value of SaveSupport property.
| |
| ScreenLabelChanged | Occurs when the ScreenLabel property value changes. | |
| SimulationStep |
Occurs during the simulation step.
| |
| SimulationStepClient |
Occurs during the simulation step.
| |
| UpdateEvent |
Occurs during the update process of all objects.
|