IdlingEventArgsSetRaiseWithoutDelay Method |
Sets the next invocation of the idling event to be called promptly,
rather than relying on the default recurrence of idling from the Revit application. For more
details see the remarks describing the Idling event.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetRaiseWithoutDelay()
Public Sub SetRaiseWithoutDelay
public:
void SetRaiseWithoutDelay()
member SetRaiseWithoutDelay : unit -> unit
See Also