The Spatial Data Event Delegate.
Namespace:
Phidgets.EventsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public delegate void SpatialDataEventHandler( Object sender, SpatialDataEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub SpatialDataEventHandler ( _ sender As Object, _ e As SpatialDataEventArgs _ ) |
Visual C++ |
---|
public delegate void SpatialDataEventHandler( Object^ sender, SpatialDataEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object
The object that triggered the event.
- e
- Type: Phidgets.Events..::.SpatialDataEventArgs
A SpatialDataEventArgs object containing data and information related to the key event.