Share via


IPendingCheckinPendingChanges.CheckedPendingChangesChanged Event

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Event CheckedPendingChangesChanged As EventHandler
'Usage
Dim instance As IPendingCheckinPendingChanges 
Dim handler As EventHandler 

AddHandler instance.CheckedPendingChangesChanged, handler
event EventHandler CheckedPendingChangesChanged
event EventHandler^ CheckedPendingChangesChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IPendingCheckinPendingChanges Interface

IPendingCheckinPendingChanges Members

Microsoft.TeamFoundation.VersionControl.Client Namespace