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


IRasterCleanupEvents Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IR > IRasterCleanupEvents Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (ArcScan)  

IRasterCleanupEvents Interface

Provides access to raster cleanup events. Implement it to listen for specific events that occur during a raster cleanup session.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Members

Name Description
Method OnRasterChanged Called when a portion of the raster has changed due to an cleanup operation.
Method OnStartRasterCleanup Called when the raster cleanup starts.
Method OnStopRasterCleanup Called when the raster cleanup stops.

CoClasses that implement IRasterCleanupEvents

CoClasses and Classes Description
RasterCleanup The Raster Cleanup Extension.