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

Carries data about time tracking repository change.
Inheritance: System.EventArgs
Exibir arquivo Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Public Methods

Method Description
RepositoryUpdatedEventArgs ( System.DateTime lastUpdated ) : System

Creates new instance of this class.

Method Details

RepositoryUpdatedEventArgs() public method

Creates new instance of this class.
public RepositoryUpdatedEventArgs ( System.DateTime lastUpdated ) : System
lastUpdated System.DateTime /// Time when time tracking eepository was changed. ///
return System