IdlingEventArgs Class
The event arguments used by the Idling event.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 18.0.0.0 (18.0.0.420)

Syntax

C#
public class IdlingEventArgs : RevitAPIPreEventArgs
Visual Basic
Public Class IdlingEventArgs _
	Inherits RevitAPIPreEventArgs
Visual C++
public ref class IdlingEventArgs : public RevitAPIPreEventArgs

Inheritance Hierarchy

See Also