TransferringProjectStandardsEventArgs Class


The event arguments used by the TransferringProjectStandards event.

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

Syntax

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

Inheritance Hierarchy

See Also