Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSentEventHandler Delegate


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

Parameters

sender
e
See Also