Constructor for these EventArgs. You typically will not need to use this method.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public SubtreeMoveEventArgs(
string oldSpaceName,
string newSpaceName
)
public SubtreeMoveEventArgs(
string oldSpaceName,
string newSpaceName
)
Public Sub New (
oldSpaceName As String,
newSpaceName As String
)
Public Sub New (
oldSpaceName As String,
newSpaceName As String
)
public:
SubtreeMoveEventArgs(
String^ oldSpaceName,
String^ newSpaceName
)
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.