'DeclarationPublic Property Key As ControlKeyCode
'UsageDim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
public ControlKeyCode Key {get; set;}
Key property permits the user to inspect or modify the Control key value.'DeclarationPublic Property Key As ControlKeyCode
'UsageDim instance As BeforeSendControlKeyEventArgs Dim value As ControlKeyCode instance.Key = value value = instance.Key
public ControlKeyCode Key {get; set;}
BeforeSendControlKeyEventArgs args; args.Key = ControlKeyCode.Delete;