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 a major component is successfully deleted.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Event DeleteComponentEvent As TeamProjectDeleter.DeleteComponentEventHandler
'Usage
Dim instance As TeamProjectDeleter
Dim handler As TeamProjectDeleter.DeleteComponentEventHandler
AddHandler instance.DeleteComponentEvent, handler
public event TeamProjectDeleter.DeleteComponentEventHandler DeleteComponentEvent
public:
event TeamProjectDeleter.DeleteComponentEventHandler^ DeleteComponentEvent {
void add (TeamProjectDeleter.DeleteComponentEventHandler^ value);
void remove (TeamProjectDeleter.DeleteComponentEventHandler^ 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.