ParticleEventManagerClosed Event |
Occurs when we stop listening to events
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic event Action Closed
Public Event Closed As Action
public:
event Action^ Closed {
void add (Action^ value);
void remove (Action^ value);
}
member Closed : IEvent<Action,
EventArgs>
Value
Type:
SystemAction
See Also