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


IMapSurroundEvents.AfterDraw Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapSurroundEvents.AfterDraw Event

Fired after drawing completes.

[Visual Basic .NET]
Public Event AfterDraw As AfterDrawEventHandler
[C#]
public event AfterDrawEventHandler AfterDraw
[C++]
HRESULT AfterDraw(
  IDisplay* Display
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay

Product Availability

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

See Also

IMapSurroundEvents Interface