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)

Parameters

sender
value
See Also