Input for WinForms | ComponentOne
C1.Win.Input Namespace / ParseEventArgs Class
Properties


In This Topic
    ParseEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ParseEventArgs.

    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