DListElement.onclick Property
SharePoint Designer Developer Reference |
Sets or returns a Variant that represents the value of the onclick attribute, which is the script that runs when the onclick event fires.
Syntax
expression.onclick
expression Required. A variable that represents a DListElement object.
See Also