ImgElement.onclick Event
SharePoint Designer Developer Reference |
Occurs when a user clicks on an IMG element.
Syntax
Private Sub expression_onclick
expression Required. A variable that represents an ImgElement object which has been declared using the WithEvents keyword in a class module.
See Also