Event arguments for the new curve point event

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PalmSens..::.Curve..::.NewCurvePointEventArgs

See Also