IAdviseSink.OnRename(IMoniker) Method

Definition

Notifies all registered advisory sinks that the object has been renamed. This method is called by a server.

public:
 void OnRename(System::Runtime::InteropServices::ComTypes::IMoniker ^ moniker);
public void OnRename (System.Runtime.InteropServices.ComTypes.IMoniker moniker);
abstract member OnRename : System.Runtime.InteropServices.ComTypes.IMoniker -> unit
Public Sub OnRename (moniker As IMoniker)

Parameters

moniker
IMoniker

A pointer to the IMoniker interface on the new full moniker of the object.

Remarks

For more information, see IAdviseSink::OnRename method.

Applies to