IdeaBlade DevForce 2010 Help Reference
PropertyInterceptorManager Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : PropertyInterceptorManager Class



Manages DevForce property interceptors.

Object Model

PropertyInterceptorManager ClassPropertyInterceptorManager Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PropertyInterceptorManager 
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorManager
C# 
public sealed class PropertyInterceptorManager 
C++/CLI 
public ref class PropertyInterceptorManager sealed 

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 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.