IMyPistonBaseAttachedEntityChanged Event |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Notifies when the top grid is attached or detached
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event Action<IMyPistonBase> AttachedEntityChanged
Event AttachedEntityChanged As Action(Of IMyPistonBase)
event Action<IMyPistonBase^>^ AttachedEntityChanged {
void add (Action<IMyPistonBase^>^ value);
void remove (Action<IMyPistonBase^>^ value);
}
abstract AttachedEntityChanged : IEvent<Action<IMyPistonBase>,
EventArgs>
Value
Type:
SystemActionIMyPistonBaseSee Also