Share via


ImgElement.onmouseup Event

SharePoint Designer Developer Reference

Occurs when a user releases a mouse button.

Syntax

Private Sub expression_onmouseup

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

See Also