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


IRasterStatusEvent2.Continue Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatusEvent2 Interface > IRasterStatusEvent2.Continue Event
ArcGIS Developer Help

IRasterStatusEvent2.Continue Event

Indicates whether the operation should be continued.

[Visual Basic .NET]
Public Event Continue As ContinueEventHandler
[C#]
public event ContinueEventHandler Continue
[C++]
HRESULT Continue(
  Boolean* bContinue
);
[C++]
Parameters
bContinue [out]

bContinue is a parameter of type bool*

Product Availability

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

See Also

IRasterStatusEvent2 Interface