IFrameElement.onresize Event
SharePoint Designer Developer Reference |
Occurs before an IFRAME element is resized.
Syntax
Private Sub expression_onresize
expression Required. A variable that represents an IFrameElement object that has been declared by using the WithEvents keyword in a class module.
See Also