Event that is raised at the start of the tool's Run method.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
public event EventHandler Running
public event EventHandler Running
Public Event Running As EventHandler
Public Event Running As EventHandler
public:
virtual event EventHandler^ Running {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}public:
virtual event EventHandler^ Running {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}Value
Type:
System EventHandlerImplements
ICogTool Running