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
- 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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace