ParticleEventManagerReconnecting Event |
Occurs when we are going to try and reconnect to the client
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic event Action Reconnecting
Public Event Reconnecting As Action
public:
event Action^ Reconnecting {
void add (Action^ value);
void remove (Action^ value);
}
member Reconnecting : IEvent<Action,
EventArgs>
Value
Type:
SystemAction
See Also