Share via


BRElement.onmousedown Event

SharePoint Designer Developer Reference

Occurs when a user clicks a BR element with either mouse button.

Syntax

Private Sub expression_onmousedown

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

See Also