Revit 2018 API |
DocumentChangedEventArgs..::..Operation Property |
DocumentChangedEventArgs Class See Also |
The operation associated with this event
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2011
Syntax
C# |
---|
public UndoOperation Operation { get; } |
Visual Basic |
---|
Public ReadOnly Property Operation As UndoOperation Get |
Visual C++ |
---|
public: property UndoOperation Operation { UndoOperation get (); } |