InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / SettingsLoadedEventHandler Delegate


In This Topic
SettingsLoadedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
Public Delegate Sub SettingsLoadedEventHandler( _
   ByVal sender As Object, _
   ByVal e As SettingsLoadedEventArgs _
) 
 
'Usage
 
Dim instance As New SettingsLoadedEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also