Input for WinForms | ComponentOne
C1.Win.Input 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