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


IARControlEvents.OnAfterScreenDraw Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControlEvents Interface > IARControlEvents.OnAfterScreenDraw Event
ArcGIS Developer Help

IARControlEvents.OnAfterScreenDraw Event

Fires after the current map or page layout view redraws.

[Visual Basic .NET]
Public Event OnAfterScreenDraw As OnAfterScreenDrawEventHandler
[C#]
public event OnAfterScreenDrawEventHandler OnAfterScreenDraw

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

OnAfterScreenDraw event corresponds to a Windows paint event and is triggered when the drawing of the CurrentView is completed. The following are examples of when drawing occurs in the CurrentView:

See Also

IARControlEvents Interface