ViewExportedEventArgs Class


The event arguments used by the ViewExported event.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018

Syntax

C#
public class ViewExportedEventArgs : RevitAPIPostDocEventArgs
Visual Basic
Public Class ViewExportedEventArgs _
	Inherits RevitAPIPostDocEventArgs
Visual C++
public ref class ViewExportedEventArgs : public RevitAPIPostDocEventArgs

Inheritance Hierarchy

See Also