DesignerDocument.onclick Event
SharePoint Designer Developer Reference |
Occurs when a user clicks on a page in Design view.
Syntax
Private Sub expression_onclick
expression Required. A variable that represents a DesignerDocument object which has been declared using the WithEvents keyword in a class module.
See Also