ArcGIS Developer Help  (ESRI.ArcGIS.CatalogUI)  

SearchLocationChangedEventHandler Delegate

Represents the method that handles the SearchLocationChanged event.
[Visual Basic .NET]
Public Delegate Sub SearchLocationChangedEventHandler ( _
    ByVal Location As String _
)
[C#]
public delegate void SearchLocationChangedEventHandler (
    string Location
);