ArcGIS Developer Help  (ESRI.ArcGIS.ArcScene)  

OpenDocumentEventHandler Delegate

Represents the method that handles the OpenDocument event.
[Visual Basic .NET]
Public Delegate Function OpenDocumentEventHandler ( _
) As Boolean
[C#]
public delegate bool OpenDocumentEventHandler (
);