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.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Event ControlDataChanged As EventHandler
public event EventHandler ControlDataChanged
public:
virtual event EventHandler^ ControlDataChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ControlDataChanged : IEvent<EventHandler,
EventArgs>
override ControlDataChanged : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Implements
ITabPageProvider.ControlDataChanged
.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.