CComControl::FireOnRequestEdit

This method calls CFirePropNotifyEvent::FireOnRequestEdit to notify all connected IPropertyNotifySink interfaces that the specified control property is about to change, if your control class derives from IPropertyNotifySink. If your control class does not derive from IPropertyNotifySink, this method returns S_OK.

Syntax

HRESULT FireOnRequestEdit( DISPID dispID );

At a Glance

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

See Also

CComControl Overview, CComControl Methods, CComControl::FireOnChanged