LinkedResourceOpeningEventArgs Class


The event arguments used by [!:Autodesk::Revit::ApplicationServices::Application::LinkedResourceOpening] .

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

Syntax

C#
public class LinkedResourceOpeningEventArgs : RevitAPIPreEventArgs
Visual Basic
Public Class LinkedResourceOpeningEventArgs _
	Inherits RevitAPIPreEventArgs
Visual C++
public ref class LinkedResourceOpeningEventArgs : public RevitAPIPreEventArgs

Inheritance Hierarchy

See Also