collapse_all

expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSF
<
(Of
<
(<'Particle, Vertex>)>)>..::..CParticleEvents..::..ContainsEveryTimeEvent Method (DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate)
gradient

Returns if there is an EveryTime Event with the specified Function or not.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public bool ContainsEveryTimeEvent(

 DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate cFunction

)

Visual Basic

Public Function ContainsEveryTimeEvent (

 cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate

As Boolean

Visual C++

public:

bool ContainsEveryTimeEvent(

 DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegatecFunction

)

Parameters

cFunction

Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate

The Function of the EveryTime Event to look for

Return Value

Type: Boolean

Returns true if an Event with the specified Function was found, false if not

collapse_allSee Also

DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Class

DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Members

ContainsEveryTimeEvent Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com