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 for when a property is changed.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Event PropertyChanged As ProjectCreationContext.PropertyChangeEventHandler
public event ProjectCreationContext.PropertyChangeEventHandler PropertyChanged
public:
 event ProjectCreationContext::PropertyChangeEventHandler^ PropertyChanged {
    void add (ProjectCreationContext::PropertyChangeEventHandler^ value);
    void remove (ProjectCreationContext::PropertyChangeEventHandler^ value);
}
member PropertyChanged : IEvent<ProjectCreationContext.PropertyChangeEventHandler,
    PropertyChangeEventArgs>
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.