Click or drag to resize
SyncBaseValueChanged Event

[This is preliminary documentation and is subject to change.]

ValueChanged event is raised when value is set locally (settings Value property) or remotely (through deserialization). When validation fails, value is not changed and ValueChanged is not raised.

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public event Action<SyncBase> ValueChanged

Value

Type: SystemActionSyncBase
See Also