Version

ToolClonedEventArgs Constructor

Initializes a new instance of the ToolClonedEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal clonedTool As FrameworkElement, _
   ByVal originalTool As FrameworkElement, _
   ByVal eventHandlersAttached As Boolean _
)
public ToolClonedEventArgs( 
   FrameworkElement clonedTool,
   FrameworkElement originalTool,
   bool eventHandlersAttached
)

Parameters

clonedTool
The cloned tool instance.
originalTool
The original tool instance.
eventHandlersAttached
A boolean indicating whether events handlers on the source tool were copied to the clone tool.
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