FileImportedEventArgs Class
The event arguments used by the FileImported 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 FileImportedEventArgs : RevitAPIPostDocEventArgs
Visual Basic
Public Class FileImportedEventArgs _
	Inherits RevitAPIPostDocEventArgs
Visual C++
public ref class FileImportedEventArgs : public RevitAPIPostDocEventArgs

Inheritance Hierarchy

See Also