Intersoft ClientUI Documentation
OnDataTemplateChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : OnDataTemplateChanged Method






dp
A DependencyProperty representing the changed data template.
Called when one of the data template properties defined in UXWindow is changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnDataTemplateChanged( _
   ByVal dp As DependencyProperty _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim dp As DependencyProperty
 
instance.OnDataTemplateChanged(dp)
C# 
protected virtual void OnDataTemplateChanged( 
   DependencyProperty dp
)
Delphi 
protected procedure OnDataTemplateChanged( 
    dp: DependencyProperty
); virtual; 
JScript 
protected function OnDataTemplateChanged( 
   dp : DependencyProperty
);
Managed Extensions for C++ 
protected: virtual void OnDataTemplateChanged( 
   DependencyProperty* dp
) 
C++/CLI 
protected:
virtual void OnDataTemplateChanged( 
   DependencyProperty^ dp
) 

Parameters

dp
A DependencyProperty representing the changed data template.

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.