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






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

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub RefreshBinding( _
   ByVal property As DependencyProperty, _
   ByVal propertyPath As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISItemsControl
Dim property As DependencyProperty
Dim propertyPath As String
 
instance.RefreshBinding(property, propertyPath)
C# 
protected virtual void RefreshBinding( 
   DependencyProperty property,
   string propertyPath
)
Delphi 
protected procedure RefreshBinding( 
    property: DependencyProperty;
    propertyPath: String
); virtual; 
JScript 
protected function RefreshBinding( 
   property : DependencyProperty,
   propertyPath : String
);
Managed Extensions for C++ 
protected: virtual void RefreshBinding( 
   DependencyProperty* property,
   string* propertyPath
) 
C++/CLI 
protected:
virtual 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.