DevForce Help Reference
VerifierEngine.VerifierBatchInterceptor Delegate


Represents the method that will allow for the interception of the verification process by being called after each verifier executes within a batch.
Syntax
'Declaration
 
Public Delegate Function VerifierEngine.VerifierBatchInterceptor( _
   ByVal instance As Object, _
   ByVal triggerContext As TriggerContext, _
   ByVal verifierContext As VerifierContext _
) As VerifierErrorContinuationMode
'Usage
 
Dim instance As New VerifierEngine.VerifierBatchInterceptor(AddressOf HandlerMethod)
public delegate VerifierErrorContinuationMode VerifierEngine.VerifierBatchInterceptor( 
   object instance,
   TriggerContext triggerContext,
   VerifierContext verifierContext
)

Parameters

instance
triggerContext
verifierContext
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.VerifierBatchInterceptor Members
IdeaBlade.Validation Namespace

Send Feedback