Revit 2025.3 API
UIApplicationMacro |
MacroUpdated.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public event EventHandler<MacroUpdatedEventArgs> MacroUpdated
Public Event MacroUpdated As EventHandler(Of MacroUpdatedEventArgs)
public: event EventHandler<MacroUpdatedEventArgs^>^ MacroUpdated { void add (EventHandler<MacroUpdatedEventArgs^>^ value); void remove (EventHandler<MacroUpdatedEventArgs^>^ value); }
member MacroUpdated : IEvent<EventHandler<MacroUpdatedEventArgs>, MacroUpdatedEventArgs>
Value
EventHandlerMacroUpdatedEventArgs
This event is raised after macro modules were updated.
See Also