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


IFinder.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFinder Interface > IFinder.Stop Method
ArcGIS Developer Help

IFinder.Stop Method

User requested find to stop.

[Visual Basic .NET]
Public Sub Stop ( _
)
[C#]
public void Stop (
);

Product Availability

Available with ArcGIS Desktop.

Description

Called when the user clicks on the Stop button.

See Also

IFinder Interface