Click or drag to resize

FieldCorrectionParameterChanged Event

Occurs when any configuration parameter has changed.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public event EventHandler ParameterChanged

Value

EventHandler
Remarks
This event passes an empty EventArgs to its event handler, which does not indicate which exact configuration parameter has changed. Event notification is deferred within a BeginUpdate and EndUpdate block until the last call to EndUpdate, at which time one single event is raised even if multiple changes to any of the configuration parameters have been made.
See Also