Share via


TemplateRegionElement.onclick Event

SharePoint Designer Developer Reference

Occurs when a user clicks on a region in an HTML document that corresponds to a region in a Dynamic Web Template.

Syntax

Private Sub expression_onclick

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

See Also