CogUserTool ScriptRefeshRequested Method Cognex VisionPro 9.25 SR1
Allows a derived class to be notified when a user requests the auto-genereated portion of the script to be refreshed.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

protected virtual void ScriptRefeshRequested(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System Object
e
Type: System EventArgs
See Also