Поделиться через


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.

Требования

Header: atlctl.h

См. также

Основные понятия

CFirePropNotifyEvent Class

CFirePropNotifyEvent Members

CFirePropNotifyEvent::FireOnChanged

CComControl::FireOnRequestEdit