ArcObjects Library Reference (GeoDatabase)  

IRepairConnectivityProgressEvents.IsCancelled Event

Indicates if the cancel button has been clicked.

[Visual Basic .NET]
Public Event IsCancelled As IsCancelledEventHandler
[C#]
public event IsCancelledEventHandler IsCancelled
[C++]
HRESULT IsCancelled(
  VARIANT_BOOL* IsCancelled
);
[C++]

Parameters

IsCancelled [out, retval]   IsCancelled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRepairConnectivityProgressEvents Interface