IAdviseSink::OnRename Method (IMoniker^)

 

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

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

void OnRename(
	IMoniker^ moniker
)

Parameters

moniker
Type: System.Runtime.InteropServices.ComTypes::IMoniker^

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

For more information about IAdviseSink::IMoniker, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: