| ArcObjects Library Reference (Carto) |
|
IMapSurroundEvents.AfterDraw Event
Fired after drawing completes.
[Visual Basic 6.0]
Event AfterDraw(
ByVal Display As IDisplay _
)
[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