Key
public ControlKeyCode Key {get; set;}
'Declaration Public Property Key As ControlKeyCode
'Declaration
Public Property Key As ControlKeyCode
'Usage Dim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
'Usage
Dim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
BeforeSendControlKeyEventArgs args; args.Key = ControlKeyCode.Delete;
BeforeSendControlKeyEventArgs Class BeforeSendControlKeyEventArgs Members