Revit 2019.1 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: 19.0.0.0 (19.1.0.0)
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 (); } |