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