This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorEvents Interface > ILocatorEvents.OnRename Method (ArcObjects .NET 10.4 SDK) |
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