ArcObjects Library Reference (Carto)  

IMapAdmin3.FireAfterDraw Method

Fire AfterDraw(esriViewForeground) event.

[Visual Basic .NET]
Public Sub FireAfterDraw ( _
    ByVal hDC As Integer _
)
[C#]
public void FireAfterDraw (
    int hDC
);
[C++]
HRESULT FireAfterDraw(
  long hDC
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long

Product Availability

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

See Also

IMapAdmin3 Interface