HRESULT FireOnChanged( IUnknown* pUnk, DISPID dispID );
Return Value
One of the standard HRESULT values.
Parameters
pUnk
[in] Pointer to the IUnknown of the object sending the notification.
dispID
[in] Identifier of the property that has changed.
Remarks
Notifies all connected IPropertyNotifySink interfaces (on every connection point of the object) that the specified object property has changed. This function is safe to call even if your control doesn’t support connection points.
CFirePropNotifyEvent Overview | Class Members
See Also CFirePropNotifyEvent::FireOnRequestEdit, CComControl::FireOnChanged