This document is archived and information here might be outdated.  Recommended version.


ILocatorEvents.OnRename Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorEvents Interface > ILocatorEvents.OnRename Method
ArcGIS Developer Help

ILocatorEvents.OnRename Method

Responds to the client renaming the locator.

[Visual Basic .NET]
Public Sub OnRename ( _
    ByVal newName As String, _
    ByVal pCancelTracker As ITrackCancel _
)
[C#]
public void OnRename (
    string newName,
    ITrackCancel pCancelTracker
);
[C++]
HRESULT OnRename(
  BSTR newName,
  ITrackCancel* pCancelTracker
);
[C++]
Parameters
newName [in]

newName is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILocatorEvents Interface