NameChanged Event

Project Mercury API

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

Occurs when name of the ParticleEffect has been changed.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public event EventHandler NameChanged
Visual Basic (Declaration)
Public Event NameChanged As EventHandler
Visual C++
public:
 event EventHandler^ NameChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also