Share via


PendingChangesExt.CheckedChanged Event

Note: This API is now obsolete.

This event is fired when the checked state of items changes in the Pending Changes tool window.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please use PropertyChanged event.",  _
    False)> _
Public Event CheckedChanged As EventHandler
[ObsoleteAttribute("This property has been deprecated. Please use PropertyChanged event.", 
    false)]
public event EventHandler CheckedChanged
[ObsoleteAttribute(L"This property has been deprecated. Please use PropertyChanged event.", 
    false)]
public:
 event EventHandler^ CheckedChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
[<ObsoleteAttribute("This property has been deprecated. Please use PropertyChanged event.", 
    false)>]
member CheckedChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace