IRasterStatusEvent Interface

Provides access to members that control the raster status event.

Members

Name Description
Method Start Starts the raster status/progress report for a given step and a maximum values.
Method Step Reports status/progress at a given step.
Method Stop Stops the raster status/progress report.

IRasterStatusEvent.Start Event

Starts the raster status/progress report for a given step and a maximum values.

Public Event Start As StartEventHandler
public event StartEventHandler Start

IRasterStatusEvent.Step Event

Reports status/progress at a given step.

Public Event Step As StepEventHandler
public event StepEventHandler Step

IRasterStatusEvent.Stop Event

Stops the raster status/progress report.

Public Event Stop As StopEventHandler
public event StopEventHandler Stop

Classes that implement IRasterStatusEvent

Classes Description
DefaultRasterStatusEvent The default listener of the raster related events.
RasterStatusEventHelper The raster status event helper class for broadcasting events.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.