Occurs when the Last property has changed.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Event LastChanged As EventHandler
public event EventHandler LastChanged
public:
 event EventHandler^ LastChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member LastChanged : 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.