| IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > PropertyInterceptor<TInstance,TValue,TArgs> Class : PropertyInterceptor<TInstance,TValue,TArgs> Constructor |
'DeclarationPublic Function New( _ ByVal targetName As String, _ ByVal direction As PropertyDirection, _ ByVal baseAction As Action(Of TArgs), _ ByVal buildArgsFunc As Func(Of TInstance,Object,TArgs) _ )
'UsageDim targetName As String Dim direction As PropertyDirection Dim baseAction As Action(Of TArgs) Dim buildArgsFunc As Func(Of TInstance,Object,TArgs) Dim instance As New PropertyInterceptor(Of TInstance,TValue,TArgs)(targetName, direction, baseAction, buildArgsFunc)
public PropertyInterceptor<TInstance,TValue,TArgs>( string targetName, PropertyDirection direction, Action<TArgs> baseAction, Func<TInstance,object,TArgs> buildArgsFunc )
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