C# 클래스 Tp.Integration.Ide.VisualStudio.Services.RepositoryUpdatedEventArgs

Carries data about time tracking repository change.
상속: System.EventArgs
파일 보기 프로젝트 열기: TargetProcess/Tp.Integration.Ide.VisualStudio

공개 메소드들

메소드 설명
RepositoryUpdatedEventArgs ( System.DateTime lastUpdated ) : System

Creates new instance of this class.

메소드 상세

RepositoryUpdatedEventArgs() 공개 메소드

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