Share

Application.DocumentWorksharingEnabled Event

Subscribe to the DocumentWorksharingEnabled event to be notified when a document has become workshared.


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public event EventHandler<DocumentWorksharingEnabledEventArgs> DocumentWorksharingEnabled

Value

EventHandler<DocumentWorksharingEnabledEventArgs>

Remarks

This event is raised when Revit has just enabled worksharing in the document.

Handlers of this event are permitted to make modifications to any document (including the active document), except for documents that are currently in read-only mode.

See Also

Reference

Was this information helpful?