Spatial Event data and information will be stored in this class.

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class SpatialDataEventArgs : EventArgs
Visual Basic (Declaration)
Public Class SpatialDataEventArgs _
	Inherits EventArgs
Visual C++
public ref class SpatialDataEventArgs : public EventArgs

Remarks

Data specific to this event args class is the spatial data read by the sensor(s).

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Phidgets.Events..::.SpatialDataEventArgs

See Also