IdeaBlade DevForce 2010 Help Reference
PropertyInterceptorMode Enumeration
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : PropertyInterceptorMode Enumeration



When the PropertyInterceptorAction will be invoked.

Syntax

Visual Basic (Declaration) 
Public Enum PropertyInterceptorMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorMode
C# 
public enum PropertyInterceptorMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
C++/CLI 
public enum class PropertyInterceptorMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.