| IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : PropertyInterceptorMode Enumeration |
'DeclarationPublic Enum PropertyInterceptorMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'UsageDim instance As PropertyInterceptorMode
public enum PropertyInterceptorMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
IdeaBlade.Core.PropertyInterceptorMode
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