DevForce Help Reference
PropertyInterceptorMode Enumeration


When the PropertyInterceptorAction will be invoked.
Syntax
'Declaration
 
Public Enum PropertyInterceptorMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PropertyInterceptorMode
public enum PropertyInterceptorMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
AfterGet After the value is retrieved from the backing field.
AfterSet After the value is stored to the backing field.
BeforeGet Before the value is retrieved from the backing field.
BeforeSet Before the value is stored to the backing field.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Core.PropertyInterceptorMode

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
PropertyInterceptorAttribute Class

Send Feedback