ComponentOne FinancialChart for WPF
C1.WPF Namespace / ValidateInputEventArgs Class / Input Property



In This Topic
    Input Property (ValidateInputEventArgs)
    In This Topic
    New text input
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Input As String
    'Usage
     
    
    Dim instance As ValidateInputEventArgs
    Dim value As String
     
    value = instance.Input
    public string Input {get;}
    public:
    property String^ Input {
       String^ get();
    }
    See Also