DesignerDocument.onkeydown Event
SharePoint Designer Developer Reference |
Occurs when a users presses a key on the keyboard. .
Syntax
Private Sub expression_onkeydown
expression Required. A variable that represents a DesignerDocument object that has been declared by using the WithEvents option in a class module.
See Also