The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CFirePropNotifyEvent::FireOnRequestEdit
Notifies all connected IPropertyNotifySink interfaces (on every connection point of the object) that the specified object property is about to change.
static HRESULT FireOnRequestEdit(
IUnknown* pUnk,
DISPID dispID
);
- pUnk
[in] Pointer to the IUnknown of the object sending the notification.
- dispID
[in] Identifier of the property about to change.
One of the standard HRESULT values.
This function is safe to call even if your control does not support connection points.
Requirements
Header: atlctl.h
Show: