C1.Win.Input Namespace / ParseEventArgs Class


ParseEventArgs Class Properties

For a list of all members of this type, see ParseEventArgs members.

Public Properties
 NameDescription
Public PropertyData type to convert the string to.  
Public PropertyError information in case of parsing failure. Can be set in event code in Parsing.  
Public PropertyParseInfo object that fired the event.  
Public PropertyParse result (assigned in the event code in Parsing). Default: True  
Public PropertySource string for parsing.  
Public PropertyProperty to save the result to (in Parsing) or to get the resulting value from (in Parsed).  
Top
See Also