TemplateRegionElement.onselectstart Event
SharePoint Designer Developer Reference |
Occurs when a user starts selecting a region in a Dynamic Web Template.
Syntax
Private Sub expression_onselectstart
expression Required. A variable that represents a TemplateRegionElement object that has been declared by using the WithEvents keyword in a class module.
See Also