DevForce Help Reference
PropertyInterceptorTiming Enumeration


The timing of the PropertyInterceptorAction.
Syntax
'Declaration
 
Public Enum PropertyInterceptorTiming 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PropertyInterceptorTiming
public enum PropertyInterceptorTiming : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
After After a get or set.
Before Before a get or set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Core.PropertyInterceptorTiming

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.Core Namespace

Send Feedback