This document is archived and information here might be outdated.  Recommended version.


LocatorAddedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

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
);