Share via


DesignerDocument.onmouseover Event

SharePoint Designer Developer Reference

Occurs when a user drags the mouse pointer over a document.

Syntax

Private Sub expression_onmouseover

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

See Also