ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ParseEventArgs Class / Value Property

In This Topic
    Value Property (ParseEventArgs)
    In This Topic
    Property to save the result to (in Parsing) or to get the resulting value from (in Parsed).
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also