FieldCorrectionFieldCorrectionChanged Event |
Occurs when any field correction value has changed.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic event EventHandler FieldCorrectionChanged
Value
EventHandler
Remarks
This event passes an empty EventArgs to its event handler, which does not indicate which
exact point in the correction table 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 correction values have been made.
See Also