CogSubtreeMovedEventArgs Constructor Cognex VisionPro 9.24
Constructor for these EventArgs. You typically will not need to use this method.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogSubtreeMovedEventArgs(
	string oldSpaceName,
	string newSpaceName
)

Parameters

oldSpaceName
Type: System String
n/a
newSpaceName
Type: System String
n/a
See Also