This method should be called internally whenever the object's state may
have changed. This overload is useful when firing an EventArgs class
that is derived from CogChangedEventArgs.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- sender
- Type: System Object
The object that implements the ICogChangedEvent interface.
- eventArgs
- Type: Cognex.VisionPro CogChangedEventArgs
The CogChangedEventArgs-derived instance that should be fired with the Changed event.
See Also