CogToolBlockTerminalCollection Disposed EventCognex VisionPro 9.10
This event is raised when the Dispose method is called. It gets called before any disposing is done so the properties of this object are still valid at this point.

Namespace: Cognex.VisionPro.ToolBlock
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public event EventHandler Disposed

Value

Type: System EventHandler

Implements

IComponent Disposed
See Also