Attachmate.Reflection.Emulation.OpenSystems Namespace > ControlKeySendingEventArgs Class : ControlKeySendingEventArgs Constructor |
'Declaration
Public Function New( _ ByVal key As ControlKeyCode, _ ByVal cancel As Boolean, _ ByVal row As Integer, _ ByVal col As Integer _ )
'Usage
Dim key As ControlKeyCode Dim cancel As Boolean Dim row As Integer Dim col As Integer Dim instance As New ControlKeySendingEventArgs(key, cancel, row, col)