DevForce Help Reference
PropertyInterceptorManager Class
Members 


Manages DevForce property interceptors.
Object Model
PropertyInterceptorManager ClassPropertyInterceptorManager Class
Syntax
'Declaration
 
Public NotInheritable Class PropertyInterceptorManager 
'Usage
 
Dim instance As PropertyInterceptorManager
public sealed class PropertyInterceptorManager 
Remarks
Manages a dictionary of all interceptors and their actions. You can use AddAction and RemoveAction to add and remove actions. Use GetActions<TArgs> to retrieve a list of all actions in effect for a given type, property name and mode.
Inheritance Hierarchy

System.Object
   IdeaBlade.Core.PropertyInterceptorManager

Requirements

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

See Also

Reference

PropertyInterceptorManager Members
IdeaBlade.Core Namespace
PropertyInterceptor Class
PropertyInterceptorAttribute Class

Send Feedback