| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class PropertyInterceptorAttribute Inherits System.Attribute Implements System.Runtime.InteropServices._Attribute | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PropertyInterceptorAttribute | |
| C# | |
|---|---|
public abstract class PropertyInterceptorAttribute : System.Attribute, System.Runtime.InteropServices._Attribute | |
| C++/CLI | |
|---|---|
public ref class PropertyInterceptorAttribute abstract : public System.Attribute, System.Runtime.InteropServices._Attribute | |
PropertyInterceptors are used within DevForce to add custom actions to getters and setters. Use the BeforeGetAttribute and AfterGetAttribute to inject one or more actions into a property getter, and BeforeSetAttribute and AfterSetAttribute to inject one or more actions into a property setter.
System.Object
System.Attribute
IdeaBlade.Core.PropertyInterceptorAttribute
IdeaBlade.Core.AfterGetAttribute
IdeaBlade.Core.AfterSetAttribute
IdeaBlade.Core.BeforeGetAttribute
IdeaBlade.Core.BeforeSetAttribute
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