TransferredProjectStandardsEventArgs Class
The event arguments used by the TransferredProjectStandards event.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
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