Construct an object by using a changeset number and the date/time the changeset was created.
Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
    changeset As Integer, _
    creationDate As DateTime _
)
public CheckinEvent(
    int changeset,
    DateTime creationDate
)
public:
CheckinEvent(
    int changeset, 
    DateTime creationDate
)
new : 
        changeset:int * 
        creationDate:DateTime -> CheckinEvent
public function CheckinEvent(
    changeset : int, 
    creationDate : DateTime
)
Parameters
- changeset
 Type: System.Int32
- creationDate
 Type: System.DateTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.