DocumentClosingEventArgs Class
The event arguments used by the DocumentClosing event.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2010

Syntax

C#
public class DocumentClosingEventArgs : RevitAPIPreDocEventArgs
Visual Basic
Public Class DocumentClosingEventArgs _
	Inherits RevitAPIPreDocEventArgs
Visual C++
public ref class DocumentClosingEventArgs : public RevitAPIPreDocEventArgs

Inheritance Hierarchy

See Also