C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / CompletedEventArgs Class / CompletedEventArgs Constructor
The value.


In This Topic
CompletedEventArgs Constructor
In This Topic
Initializes a new instance of the CompletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
 
'Usage
 
Dim value As String
 
Dim instance As New CompletedEventArgs(value)

Parameters

value
The value.
See Also