Share via


ImgElement.onresize Event

SharePoint Designer Developer Reference

Occurs before an IMG element is resized.

Syntax

Private Sub expression_onresize

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

See Also