ArcGIS Developer Help  (ESRI.ArcGIS.LocationUI)  

LocatorRemovedEventHandler Delegate

Represents the method that handles the LocatorRemoved event.
[Visual Basic .NET]
Public Delegate Sub LocatorRemovedEventHandler ( _
    ByVal category As String, _
    ByVal index As Integer _
)
[C#]
public delegate void LocatorRemovedEventHandler (
    string category,
    int index
);