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