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.22.2.0
public SubtreeDeleteEventArgs(
string oldSpaceName
)
public SubtreeDeleteEventArgs(
string oldSpaceName
)
Public Sub New (
oldSpaceName As String
)
Public Sub New (
oldSpaceName As String
)
public:
SubtreeDeleteEventArgs(
String^ oldSpaceName
)
public:
SubtreeDeleteEventArgs(
String^ oldSpaceName
)
Parameters
- oldSpaceName
- Type: System String
The fully qualified pathname of the deleted subtree's root space.