VersionControlServer.CommitCheckin Event
Raised on the commit of a new check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Event CommitCheckin As CommitCheckinEventHandler
public event CommitCheckinEventHandler CommitCheckin
public:
event CommitCheckinEventHandler^ CommitCheckin {
void add (CommitCheckinEventHandler^ value);
void remove (CommitCheckinEventHandler^ value);
}
member CommitCheckin : IEvent<CommitCheckinEventHandler,
CommitCheckinEventArgs>
JScript does not support events.
.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.