C# Class Tp.Integration.Ide.VisualStudio.Services.IdleTrackerEventArgs

Specifies that a user is idle or busy.
Inheritance: System.EventArgs
Exibir arquivo Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Public Methods

Method Description
IdleTrackerEventArgs ( bool idle, System.TimeSpan span ) : System

Method Details

IdleTrackerEventArgs() public method

public IdleTrackerEventArgs ( bool idle, System.TimeSpan span ) : System
idle bool
span System.TimeSpan
return System