ComponentOne Xamarin.iOS
CompletedEventArgs Constructor


C1.iOS.Input Assembly > C1.iOS.Input Namespace > CompletedEventArgs Class : CompletedEventArgs Constructor
The value.
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)
public CompletedEventArgs( 
   string value
)

Parameters

value
The value.
See Also

Reference

CompletedEventArgs Class
CompletedEventArgs Members