Fired before drawing starts.
[Visual Basic 6.0] Event BeforeDraw(
ByVal Display As IDisplay _
)
[Visual Basic .NET] Public Event BeforeDraw As BeforeDrawEventHandler
[C#] public event BeforeDrawEventHandler BeforeDraw
[C++]
HRESULT BeforeDraw(
IDisplay* Display
);
[C++]Parameters
Display [in]Display is a parameter of type IDisplay
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.