Creates an instance of external event which will have the ability to record its executions in the journal.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ExternalEvent CreateJournalable(
IExternalEventHandler handler
)
Parameters
- handler IExternalEventHandler
-
An instance of IExternalEventHandler which will execute the event.
Return Value
ExternalEvent
An instance of ExternalEvent class, which will be used to invoke the event
Exceptions
See Also
Reference