SubtreeMoveEventArgs Constructor Cognex VisionPro 9.22

Constructor for these EventArgs. You typically will not need to use this method.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public SubtreeMoveEventArgs(
	string oldSpaceName,
	string newSpaceName
)

Parameters

oldSpaceName
Type: System String
The old, fully qualified pathname of the subtree's root space
newSpaceName
Type: System String
The new, fully qualified pathname of the subtree's root space.
See Also