DesignerDocument.ondblclick Event

SharePoint Designer Developer Reference

Occurs when a user double-clicks on a page.

Syntax

Private Sub expression_ondblclick

expression   Required. A variable that represents a DesignerDocument object that has been declared by using the WithEvents keyword in a class module.

See Also