CComControl::FireOnRequestEdit

HRESULT FireOnRequestEdit( DISPID dispID );

Return Value

One of the standard HRESULT values.

Parameters

dispID

[in] Identifier of the property about to change.

Remarks

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

This function is safe to call even if your control doesn't support connection points.

CComControl OverviewClass Members

See Also   CComControl::FireOnChanged