Intersoft ClientUI Documentation
RefreshBinding Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : RefreshBinding Method






property
Dependency property.
propertyPath
Property path.
Refresh property binding.

Syntax

Visual Basic (Declaration) 
Public Sub RefreshBinding( _
   ByVal property As DependencyProperty, _
   ByVal propertyPath As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlHelper
Dim property As DependencyProperty
Dim propertyPath As String
 
instance.RefreshBinding(property, propertyPath)
C# 
public void RefreshBinding( 
   DependencyProperty property,
   string propertyPath
)
Delphi 
public procedure RefreshBinding( 
    property: DependencyProperty;
    propertyPath: String
); 
JScript 
public function RefreshBinding( 
   property : DependencyProperty,
   propertyPath : String
);
Managed Extensions for C++ 
public: void RefreshBinding( 
   DependencyProperty* property,
   string* propertyPath
) 
C++/CLI 
public:
void RefreshBinding( 
   DependencyProperty^ property,
   String^ propertyPath
) 

Parameters

property
Dependency property.
propertyPath
Property path.

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

© 2012 All Rights Reserved.