ArcGIS Developer Help  (ESRI.ArcGIS.LocationUI)  

LocatorAddedEventHandler Delegate

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