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


ILayerDrawSetup.AfterDraw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILayerDrawSetup.AfterDraw Method

Executes after the layer drawn to the display for the given draw phase.

[Visual Basic .NET]
Public Sub AfterDraw ( _
    ByVal viewPhase As esriViewDrawPhase, _
    ByVal Display As IDisplay, _
    ByVal TrackCancel As ITrackCancel _
)
[C#]
public void AfterDraw (
    esriViewDrawPhase viewPhase,
    IDisplay Display,
    ITrackCancel TrackCancel
);
[C++]
HRESULT AfterDraw(
  esriViewDrawPhase viewPhase,
  IDisplay* Display,
  ITrackCancel* TrackCancel
);
[C++]

Parameters viewPhase [in]
viewPhase is a parameter of type esriViewDrawPhase Display [in]
Display is a parameter of type IDisplay TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerDrawSetup Interface