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


IRasterStatusEvent2.Continue Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* bContinue
);
[C++]

Parameters bContinue [out] bContinue is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterStatusEvent2 Interface