Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..UpdateOrderChanged Event
|
|
Raised when the UpdateOrder property changes
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public event EventHandler<EventArgs> UpdateOrderChanged
|
Visual Basic
|
Public Event UpdateOrderChanged As EventHandler(Of EventArgs)
|
Visual C++
|
public:
virtual event EventHandler<EventArgs^>^ UpdateOrderChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
|
Value
Type: System..::..EventHandler<(Of <(<'EventArgs>)>)>
Implements
IDPSFParticleSystem..::..UpdateOrderChanged
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|