Event arguments for the new curve point event


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

Syntax

Visual Basic (Declaration)
Public Class Curve.NewCurvePointEventArgs
    Inherits EventArgs
C#
public class Curve.NewCurvePointEventArgs : EventArgs
C++
ref class Curve.NewCurvePointEventArgs : EventArgs
J#
public class Curve.NewCurvePointEventArgs extends EventArgs
JScript
public class Curve.NewCurvePointEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
      PalmSens.Curve.NewCurvePointEventArgs

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also