Version

FormatValueEventArgs Class Members

The following tables list the members exposed by FormatValueEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormatValueEventArgs ConstructorCreates an instance of the FormatValueEventArgs for use when subscribers are notified that a formula result can be formatted.  
Public Properties
 NameDescription
Public PropertyCalcValueGets the UltraCalcValue that was the formula result and is being used by the _CALCMANAGER_ to assign a new value to one property of this calculable element.  
Public PropertyControlGets the extended Web element whose property is being read or written. (Inherited from Infragistics.WebUI.UltraWebCalcManager.ControlValueEventArgsBase)
Public PropertyDesiredTypeGets the type expected by the named property of the calculable element to which this formatted value is being stored.  
Public PropertyValueGets/Sets the value which is being sent from the _CALCMANAGER_ to the calculable element, or from the calculable element to the _CALCMANAGER_. (Inherited from Infragistics.WebUI.UltraWebCalcManager.ControlValueEventArgsBase)
See Also