Microsoft SDK for Java

OnRequestEdit

This method of the IPropertyNotifySink Interface notifies a sink object that a requestedit property is about to change.

Syntax

public void OnRequestEdit(int dispID);

Parameters

dispID The identifier of the object that is notified.

Remarks

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.