Evento DocumentEventsClass.DocumentSaved
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Viene generato quando un documento viene salvato.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Overridable Event DocumentSaved As _dispDocumentEvents_DocumentSavedEventHandler
public virtual event _dispDocumentEvents_DocumentSavedEventHandler DocumentSaved
public:
virtual event _dispDocumentEvents_DocumentSavedEventHandler^ DocumentSaved {
void add (_dispDocumentEvents_DocumentSavedEventHandler^ value);
void remove (_dispDocumentEvents_DocumentSavedEventHandler^ value);
}
abstract DocumentSaved : IEvent<_dispDocumentEvents_DocumentSavedEventHandler,
EventArgs>
override DocumentSaved : IEvent<_dispDocumentEvents_DocumentSavedEventHandler,
EventArgs>
JScript non supporta gli eventi.
Implementa
_dispDocumentEvents_Event.DocumentSaved
Esempi
Public Sub DocumentEvents_DocumentSaved(ByVal Document As _
EnvDTE.Document) Handles DocumentEvents.DocumentSaved
MsgBox("test")
End Sub
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.