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..::..RemoveOneTimeEvent Method
gradient

Removes a OneTime Event with the specified Function To Call, Execution Order, and Group. Returns true if the Event was found and removed, false if not.

Namespace: DPSF

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

collapse_allSyntax

C#

public bool RemoveOneTimeEvent(

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

 int iExecutionOrder,

 int iGroup

)

Visual Basic

Public Function RemoveOneTimeEvent (

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

 iExecutionOrder As Integer,

 iGroup As Integer

As Boolean

Visual C++

public:

bool RemoveOneTimeEvent(

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

 int iExecutionOrder,

 int iGroup

)

Parameters

cFunction

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

The Function of the OneTime Event to remove

iExecutionOrder

Type: System..::..Int32

The Execution Order of the Event to remove. Default is zero.

iGroup

Type: System..::..Int32

The Group that the Event to remove is in. Default is zero.

Return Value

Type: Boolean

Returns true if the Event was found and removed, false if not.

collapse_allSee Also

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

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

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com