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


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

DisplayStartedEventHandler Delegate

Represents the method that handles the DisplayStarted event.
[Visual Basic .NET]
Public Delegate Sub DisplayStartedEventHandler ( _
    ByVal Display As IDisplay _
)
[C#]
public delegate void DisplayStartedEventHandler (
    IDisplay Display
);