DocumentWorksharingEnabledEventArgs Class


The event arguments used by the DocumentWorksharingEnabled event.

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

Syntax

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

Inheritance Hierarchy

System Object
System EventArgs
Autodesk.Revit.DB.Events RevitAPIEventArgs
Autodesk.Revit.DB.Events RevitAPISingleEventArgs
Autodesk.Revit.DB.Events DocumentWorksharingEnabledEventArgs

See Also