Intersoft ClientUI Documentation
SetValueNoCallback Method



Syntax
<ExtensionAttribute()>
Public Shared Sub SetValueNoCallback( _
   ByVal obj As DependencyObject, _
   ByVal property As DependencyProperty, _
   ByVal value As Object _
) 
Dim obj As DependencyObject
Dim property As DependencyProperty
Dim value As Object
 
DependencyObjectExtensions.SetValueNoCallback(obj, property, value)
[ExtensionAttribute()]
public static void SetValueNoCallback( 
   DependencyObject obj,
   DependencyProperty property,
   object value
)
[ExtensionAttribute()]
public:
static void SetValueNoCallback( 
   DependencyObject^ obj,
   DependencyProperty^ property,
   Object^ value
) 

Parameters

obj
property
value
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

DependencyObjectExtensions Class
DependencyObjectExtensions Members

Send Feedback