Version

ParseValueEventArgs Class Members

The following tables list the members exposed by ParseValueEventArgs.

Public Constructors
 NameDescription
Public ConstructorParseValueEventArgs ConstructorCreates an instance of the ParseValueEventArgs for use when subscribers are notified that a value is being parsed.  
Public Properties
 NameDescription
Public PropertyControlGets the extended Web element whose property is being read or written. (Inherited from Infragistics.WebUI.UltraWebCalcManager.ControlValueEventArgsBase)
Public PropertyHandledGets and sets whether the parsing was handled.  
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