Intersoft ClientUI Documentation
OnDataTemplateChanged Method (UXWindow)



A DependencyProperty representing the changed data template.
Called when one of the data template properties defined in UXWindow is changed.
Syntax
Protected Overridable Sub OnDataTemplateChanged( _
   ByVal dp As DependencyProperty _
) 
Dim instance As UXWindow
Dim dp As DependencyProperty
 
instance.OnDataTemplateChanged(dp)
protected virtual void OnDataTemplateChanged( 
   DependencyProperty dp
)
protected:
virtual void OnDataTemplateChanged( 
   DependencyProperty^ dp
) 

Parameters

dp
A DependencyProperty representing the changed data template.
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

UXWindow Class
UXWindow Members

Send Feedback