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

Namespace: Cognex.VisionPro.Database
Assembly: Cognex.VisionPro.Database (in Cognex.VisionPro.Database.dll) Version: 93.1.0.0 (93.1.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