Click or drag to resize

RayguideWrapperEmissionActiveChanged Event

The event when emission changed. The tuple of scan controllers and jobs are passed as the parameters.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public event EventHandler<(ISet<BaseScanController> , IList<JobDefinition> )> EmissionActiveChanged

Value

EventHandlerValueTupleISetBaseScanController, IListJobDefinition
See Also