Version

FormatValueEventArgs Class Members

The following tables list the members exposed by FormatValueEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormatValueEventArgs ConstructorInitializes a new FormatValueEventArgs  
Public Properties
 NameDescription
Public PropertyCalcValueGets the IUltraCalcValue being used by the CalcManager to set the value of the control.  
Public PropertyControlGets the Control whose property is being read or written. (Inherited from Infragistics.Win.UltraWinCalcManager.ControlValueEventArgsBase)
Public PropertyDesiredTypeGets the type expected by property of the control which is being set.  
Public PropertyValueGets/Sets the value which is being sent from the CalcManager to the control or the control to the CalcManager (Inherited from Infragistics.Win.UltraWinCalcManager.ControlValueEventArgsBase)
See Also