This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorEvents Interface > ILocatorEvents.OnDelete Method (ArcObjects .NET 10.4 SDK) |
Responds to the client deleting the locator.
[Visual Basic .NET] Public Sub OnDelete ( _ ByVal pCancelTracker As ITrackCancel _ )
[C#] public void OnDelete ( ITrackCancel pCancelTracker );
[C++]
HRESULT OnDelete(
ITrackCancel* pCancelTracker
);
[C++]
Parameters pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel