ArcGIS Developer Help  (ESRI.ArcGIS.ArcScan)  

OnRasterChangedEventHandler Delegate

Represents the method that handles the OnRasterChanged event.
[Visual Basic .NET]
Public Delegate Sub OnRasterChangedEventHandler ( _
    ByVal pUpdateEnv As IEnvelope _
)
[C#]
public delegate void OnRasterChangedEventHandler (
    IEnvelope pUpdateEnv
);