Fires after the current map or page layout view redraws.
[Visual Basic 6.0] Event OnAfterScreenDraw As Empty
[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:
- When the ArcReaderControl has been covered and uncovered by another applications window.
- When the extent of the CurrentView is changed.
- When any of the Refresh methods are explicitly called: IARControl::Refresh, IARPageLayout::Refresh, IARMap::Refresh.