Retrieves the property name of the attribute that has changed in the onpropertychange event.
Syntax
HRESULT get_propertyname( BSTR *p );
Parameters
- p
- Address of a string (BSTR) that returns the property name.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also