TableCaptionElement.onresize Event

SharePoint Designer Developer Reference

Occurs before a CAPTION element is resized.

Syntax

Private Sub expression_onresize

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

See Also