ArcObjects Library Reference (Location)  

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