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.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Event PropertyChanged As ProjectCreationContext.PropertyChangeEventHandler
'Usage
Dim instance As ProjectCreationContext
Dim handler As ProjectCreationContext.PropertyChangeEventHandler
AddHandler instance.PropertyChanged, handler
public event ProjectCreationContext.PropertyChangeEventHandler PropertyChanged
public:
event ProjectCreationContext.PropertyChangeEventHandler^ PropertyChanged {
void add (ProjectCreationContext.PropertyChangeEventHandler^ value);
void remove (ProjectCreationContext.PropertyChangeEventHandler^ 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.