DevForce Help Reference
TriggerTiming Enumeration


Whether the verification was triggered before or after the triggering event.
Syntax
'Declaration
 
Public Enum TriggerTiming 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TriggerTiming
Members
MemberDescription
AfterSetPerform verification after a TriggerItem "event" has occurred. Usually used in reference to a property setter.
BeforeSetPerform verification before a TriggerItem "event" has occurred. Usually used in reference to a property setter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.TriggerTiming

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

IdeaBlade.Validation Namespace

Send Feedback