ConversionEventArgs Class

Arguments for handling a conversion event.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
public class ConversionEventArgs
Inheritance
Object    ConversionEventArgs

Constructors

ConversionEventArgsInitializes a new instance of the ConversionEventArgs class

Properties

Definition Get/Set a reference to the conversion definition being processed.
Handled Get/Set a value indicating whether this event has been handled.
Value Get/Set the value associated with this conversion.

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