propertyName property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the name of the property that changes on the object.
Syntax
HRESULT value = object.put_propertyName(BSTR v);HRESULT value = object.get_propertyName(BSTR* p);
Property values
Type: BSTR
the name of the property whose value changes during the event.
Remarks
You can alter the value of propertyName by using it with the HTMLFrameSiteEvents::onpropertychange event.
See also
Send comments about this topic to Microsoft
Build date: 6/12/2012
Community Additions
Show: