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