PalmSens SDK Class Library

Comm.CurveEventHandler Delegate

Delegate that receives Curves.

[Visual Basic]
Public Delegate Sub Comm.CurveEventHandler( _
   ByVal sender As Object, _
   ByVal e As CurveEventArgs _
)
[C#]
public delegate void Comm.CurveEventHandler(
   object sender,
   CurveEventArgs e
);

Requirements

Namespace: PalmSens.Comm

Assembly: PalmSens.Comm (in PalmSens.Comm.dll)

See Also

PalmSens.Comm Namespace