Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / CompletedEventArgs Class / value Property


In This Topic
    value Property (CompletedEventArgs)
    In This Topic
    Gets the value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property value As String
    'Usage
     
    
    Dim instance As CompletedEventArgs
    Dim value As String
     
    value = instance.value
    public string value {get;}

    Property Value

    The value.
    See Also