FloatEventArgs Class

Event arguments for events using a floating point value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FloatEventArgs : EventArgs
Inheritance
Object    EventArgs    FloatEventArgs

Constructors

FloatEventArgs Create a new instance of the FloatEventArgs Item.
FloatEventArgs(Single, Single) Create a new instance of the FloatEventArgs Item.

Properties

NewValue Get/Set the new value.
OriginalValue Get/Set the original value before the event.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also