IDatabaseProjectNode.ProjectPropertyChanging, événement
Déclenché avant que les propriétés du projet ne soient modifiées.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Event ProjectPropertyChanging As EventHandler(Of PropertyChangingEventArgs)
event EventHandler<PropertyChangingEventArgs> ProjectPropertyChanging
event EventHandler<PropertyChangingEventArgs^>^ ProjectPropertyChanging {
void add (EventHandler<PropertyChangingEventArgs^>^ value);
void remove (EventHandler<PropertyChangingEventArgs^>^ value);
}
abstract ProjectPropertyChanging : IEvent<EventHandler<PropertyChangingEventArgs>,
PropertyChangingEventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms