Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace : SettingsLoadedEventHandler Delegate |
'Declaration
Public Delegate Sub SettingsLoadedEventHandler( _ ByVal sender As Object, _ ByVal e As SettingsLoadedEventArgs _ )
'Usage
Dim instance As New SettingsLoadedEventHandler(AddressOf HandlerMethod)
public delegate void SettingsLoadedEventHandler( object sender, SettingsLoadedEventArgs e )