Construct an object by using check-in values.
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, _
    owner As String, _
    committer As String, _
    comment As String _
)
public CheckinEvent(
    int changeset,
    DateTime creationDate,
    string owner,
    string committer,
    string comment
)
public:
CheckinEvent(
    int changeset, 
    DateTime creationDate, 
    String^ owner, 
    String^ committer, 
    String^ comment
)
new : 
        changeset:int * 
        creationDate:DateTime * 
        owner:string * 
        committer:string * 
        comment:string -> CheckinEvent
public function CheckinEvent(
    changeset : int, 
    creationDate : DateTime, 
    owner : String, 
    committer : String, 
    comment : String
)
Parameters
- changeset
 Type: System.Int32
- creationDate
 Type: System.DateTime
- owner
 Type: System.String
- committer
 Type: System.String
- comment
 Type: System.String
.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.