Motion.Calibrate Event

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)

Syntax

'Declaration
Public Event Calibrate As EventHandler(Of CalibrationEventArgs)
public event EventHandler<CalibrationEventArgs> Calibrate
public:
 event EventHandler<CalibrationEventArgs^>^ Calibrate {
    void add (EventHandler<CalibrationEventArgs^>^ value);
    void remove (EventHandler<CalibrationEventArgs^>^ value);
}
member Calibrate : IEvent<EventHandler<CalibrationEventArgs>,
    CalibrationEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Motion Class

Microsoft.Devices.Sensors Namespace