VisualStudioIdleWrapper.Idle Event

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Event Idle As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> Idle
public:
 event EventHandler<EventArgs^>^ Idle {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member Idle : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

VisualStudioIdleWrapper Class

Microsoft.VisualStudio.TeamFoundation Namespace