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



The timing of the PropertyInterceptorAction.

Syntax

Visual Basic (Declaration) 
Public Enum PropertyInterceptorTiming 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorTiming
C# 
public enum PropertyInterceptorTiming : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
C++/CLI 
public enum class PropertyInterceptorTiming : public System.Enum, System.IComparableSystem.IConvertibleSystem.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 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.