ArcGIS Developer Help  (ESRI.ArcGIS.Display)  

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
);