Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event raised every time the status changes.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Event StatusEvent As TeamProjectDeleter.StatusEventHandler
'Usage
Dim instance As TeamProjectDeleter
Dim handler As TeamProjectDeleter.StatusEventHandler
AddHandler instance.StatusEvent, handler
public event TeamProjectDeleter.StatusEventHandler StatusEvent
public:
event TeamProjectDeleter.StatusEventHandler^ StatusEvent {
void add (TeamProjectDeleter.StatusEventHandler^ value);
void remove (TeamProjectDeleter.StatusEventHandler^ value);
}
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.