DListElement.onkeyup Property
SharePoint Designer Developer Reference |
Returns or sets a Variant that represents the value of the onkeyup attribute, which is the script that runs when the onkeyup event fires.
Syntax
expression.onkeyup
expression Required. A variable that represents a DListElement object.
Remarks
See also the onkeydown and onkeypress properties.
See Also