UIApplicationMacroUpdated Event |
MacroUpdated.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
RemarksThis event is raised after macro modules were updated.
See Also