ArcObjects Library Reference (Controls)  

IMapControlEvents2.OnAfterScreenDraw Event

Fires after the Map contained by the MapControl has finished drawing.

[Visual Basic .NET]
Public Event OnAfterScreenDraw As OnAfterScreenDrawEventHandler
[C#]
public event OnAfterScreenDrawEventHandler OnAfterScreenDraw
[C++]
HRESULT OnAfterScreenDraw(
  long hdc
);
[C++]

Parameters

hdc [in]   hdc is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

OnAfterScreenDraw is triggered after the IDisplayEvents::DisplayFinished event is called on the map's screen display. The hdc represents the device context on the screen display.

See Also

IMapControlEvents2 Interface