Visual Basic (Declaration) | |
---|---|
Public Enum PropertyInterceptorMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PropertyInterceptorMode |
C# | |
---|---|
public enum PropertyInterceptorMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class PropertyInterceptorMode : public 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 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