CFirePropNotifyEvent::FireOnRequestEdit

This method notifies all connected IPropertyNotifySink interfaces (on every connection point of the object) that the specified object property is about to change. This function is safe to call even if your control doesn't support connection points.

Syntax

HRESULT FireOnRequestEdit( IUnknown* pUnk, DISPID dispID );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CFirePropNotifyEvent Overview, CFirePropNotifyEvent Methods, CFirePropNotifyEvent::FireOnChanged, CComControl::FireOnRequestEdit