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


IARControlEvents.OnBeforeScreenDraw Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControlEvents.OnBeforeScreenDraw Event

Fires before the current map or page layout view redraws.

[Visual Basic .NET]
Public Event OnBeforeScreenDraw As OnBeforeScreenDrawEventHandler
[C#]
public event OnBeforeScreenDrawEventHandler OnBeforeScreenDraw

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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

See Also

IARControlEvents Interface