InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / ValueChangedEventHandler Delegate


In This Topic
    ValueChangedEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub ValueChangedEventHandler( _
       ByVal sender As Object, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim instance As New ValueChangedEventHandler(AddressOf HandlerMethod)
    public delegate void ValueChangedEventHandler( 
       object sender,
       string value
    )

    Parameters

    sender
    value
    See Also