Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..CParticleEvents..::..ContainsTimedEvent Method (DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate)
|
|
Returns if there is a Timed Event with the specified Function or not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool ContainsTimedEvent(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate cFunction
)
|
Visual Basic
|
Public Function ContainsTimedEvent (
cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate
) As Boolean
|
Visual C++
|
public:
bool ContainsTimedEvent(
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate^ cFunction
)
|
Parameters
cFunction
Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate
The Function of the Timed Event to look for
Return Value
Type: Boolean
Returns true if an Event with the specified Function was found, false if not
See Also
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Class
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Members
ContainsTimedEvent Overload
DPSF Namespace
Send comments on this topic to
Dan@DansKingdom.com
|