DocumentEventsClass.DocumentClosing, événement
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Se produit avant la fermeture d'un document.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Public Overridable Event DocumentClosing As _dispDocumentEvents_DocumentClosingEventHandler
public virtual event _dispDocumentEvents_DocumentClosingEventHandler DocumentClosing
public:
virtual event _dispDocumentEvents_DocumentClosingEventHandler^ DocumentClosing {
void add (_dispDocumentEvents_DocumentClosingEventHandler^ value);
void remove (_dispDocumentEvents_DocumentClosingEventHandler^ value);
}
abstract DocumentClosing : IEvent<_dispDocumentEvents_DocumentClosingEventHandler,
EventArgs>
override DocumentClosing : IEvent<_dispDocumentEvents_DocumentClosingEventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
Implémentations
_dispDocumentEvents_Event.DocumentClosing
Exemples
Public Sub DocumentEvents_DocumentClosing(ByVal Document As _
EnvDTE.Document) Handles DocumentEvents.DocumentClosing
MsgBox("test")
End Sub
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.