Version

OnObjectCloned Method

Called when the exporting logic is copying various settings from the source DataPresenter to the clone used for exporting.
Syntax
'Declaration
 
Sub OnObjectCloned( _
   ByVal sourceDependencyObject As DependencyObject, _
   ByVal targetDependencyObject As DependencyObject _
) 

Parameters

sourceDependencyObject
The object that is being cloned.
targetDependencyObject
The the new objec that is being created from the original.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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