C1.Android.Input Assembly / C1.Android.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

Property Value

The value.
See Also