This method of the IPropertyNotifySink Interface notifies a sink object that a requestedit property is about to change.
public void OnRequestEdit(int dispID);
dispID | The identifier of the object that is notified. |
On return from a call to this method, the notifying object cannot override the action specified by the sink object. For example, if the sink object does not allow the property change, the notifying object cannot make the change.