Retrieves the Uniform Resource Name (URN) of the behavior that fired the event.
Syntax
HTML N/A Scripting [sUrn = ] event.srcUrn
Possible Values
sUrn String that specifies the URN identifier. The property is read-only with a default value of null.
Remarks
This property is set to null unless both of the following conditions are true:
- A behavior currently is attached to the element on which the event is fired.
- The behavior defined in the preceding bullet has specified a URN identifier and fired the event.
Applies To
event
See Also