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.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.1.0.0 (75.1.0.0)
protected virtual void ScriptRefeshRequested(
Object sender,
EventArgs e
)
protected virtual void ScriptRefeshRequested(
Object sender,
EventArgs e
)
Protected Overridable Sub ScriptRefeshRequested (
sender As Object,
e As EventArgs
)
Protected Overridable Sub ScriptRefeshRequested (
sender As Object,
e As EventArgs
)
protected:
virtual void ScriptRefeshRequested(
Object^ sender,
EventArgs^ e
)
protected:
virtual void ScriptRefeshRequested(
Object^ sender,
EventArgs^ e
)