InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / ValueChangedEventArgs Class / ValueChangedEventArgs Constructor


In This Topic
    ValueChangedEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    
    Dim value As String
     
    Dim instance As New ValueChangedEventArgs(value)
    public ValueChangedEventArgs( 
       string value
    )

    Parameters

    value
    See Also