VeriStand .NET API Reference

Table of Contents

ICalibration2.OnCalibrationUpdate Event

Callback invoked when a calibration is written.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Event OnCalibrationUpdate As EventHandler(Of CalibrationUpdateEventArgs)
C#
event EventHandler<CalibrationUpdateEventArgs> OnCalibrationUpdate
Visual C++
 event EventHandler<CalibrationUpdateEventArgs^>^ OnCalibrationUpdate {
	void add (EventHandler<CalibrationUpdateEventArgs^>^ value);
	void remove (EventHandler<CalibrationUpdateEventArgs^>^ value);
}

See Also

Log in to get a better experience