ArcGIS Developer Help  (ESRI.ArcGIS.ArcScene)  

CloseDocumentEventHandler Delegate

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