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.21.0.0
public NameChangeEventArgs(
string oldSpaceName,
string newSpaceName
)
public NameChangeEventArgs(
string oldSpaceName,
string newSpaceName
)
Public Sub New (
oldSpaceName As String,
newSpaceName As String
)
Public Sub New (
oldSpaceName As String,
newSpaceName As String
)
public:
NameChangeEventArgs(
String^ oldSpaceName,
String^ newSpaceName
)
public:
NameChangeEventArgs(
String^ oldSpaceName,
String^ newSpaceName
)