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


OnBeforeScreenDrawEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnBeforeScreenDrawEventHandler Delegate

Represents the method that handles the OnBeforeScreenDraw event.
[Visual Basic .NET]
Public Delegate Sub OnBeforeScreenDrawEventHandler ( _
    ByVal hdc As Integer _
)
[C#]
public delegate void OnBeforeScreenDrawEventHandler (
    int hdc
);