Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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)
    public CompletedEventArgs( 
       string value
    )

    Parameters

    value
    The value.
    See Also