srcUrn property
Retrieves the Uniform Resource Name (URN) of the behavior that fired the event.
Syntax
HRESULT value = object.put_srcUrn( v);HRESULT value = object.get_srcUrn(* p);
Property values
Type: BSTR
the URN identifier.
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.
See also
- Reference
- behaviorUrns
- IHTMLFormElement2::urns
Show: