TransferredProjectStandardsEventArgs Class


The event arguments used by the TransferredProjectStandards event.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017.2

Syntax

C#
public class TransferredProjectStandardsEventArgs : RevitAPISingleEventArgs
Visual Basic
Public Class TransferredProjectStandardsEventArgs _
	Inherits RevitAPISingleEventArgs
Visual C++
public ref class TransferredProjectStandardsEventArgs : public RevitAPISingleEventArgs

Inheritance Hierarchy

System Object
System EventArgs
Autodesk.Revit.DB.Events RevitAPIEventArgs
Autodesk.Revit.DB.Events RevitAPISingleEventArgs
Autodesk.Revit.UI.Events TransferredProjectStandardsEventArgs

See Also