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


ViewRefreshedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

ViewRefreshedEventHandler Delegate

Represents the method that handles the ViewRefreshed event.
[Visual Basic .NET]
Public Delegate Sub ViewRefreshedEventHandler ( _
    ByVal View As IActiveView, _
    ByVal phase As esriViewDrawPhase, _
    ByVal Data As Object, _
    ByVal envelope As IEnvelope _
)
[C#]
public delegate void ViewRefreshedEventHandler (
    IActiveView View,
    esriViewDrawPhase phase,
    object Data,
    IEnvelope envelope
);