DevForce Help Reference
ExecuteAfterSet(Object,String) Method


Instance on which the "trigger" occurs
A member name that in the context of the type of the specified instance uniquely defines a TriggerItem.
Executes all applicable VerifierExecutionModes.OnAfterSetTriggers verifiers against the specified instance.
Syntax
'Declaration
 
Public Overloads Function ExecuteAfterSet( _
   ByVal triggerItemInstance As Object, _
   ByVal memberName As String _
) As VerifierResultCollection
'Usage
 
Dim instance As VerifierEngine
Dim triggerItemInstance As Object
Dim memberName As String
Dim value As VerifierResultCollection
 
value = instance.ExecuteAfterSet(triggerItemInstance, memberName)

Parameters

triggerItemInstance
Instance on which the "trigger" occurs
memberName
A member name that in the context of the type of the specified instance uniquely defines a TriggerItem.

Return Value

VerifierResultCollection containing the combined results of all executed verifiers
Remarks
Applicable verifiers are those verifiers with the VerifierExecutionModes.OnAfterSetTriggers flag set and that have been registered for both the type of the specified instance and the specified TriggerItem.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierEngine Class
VerifierEngine Members
Overload List

Send Feedback