CogDatabaseRemoveEventArgs Constructor Cognex VisionPro 9.5
Construct the event arg object with the supplied key.

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

public CogDatabaseRemoveEventArgs(
	string key
)

Parameters

key
Type: System String
The key of the record that is being, or has been removed from the database.
See Also