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