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