DocumentEventsClass.DocumentClosing – událost
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Nastane těsně před zavření dokumentu.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
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>
Jazyk JScript nepodporuje události.
Implementuje
_dispDocumentEvents_Event.DocumentClosing
Příklady
Public Sub DocumentEvents_DocumentClosing(ByVal Document As _
EnvDTE.Document) Handles DocumentEvents.DocumentClosing
MsgBox("test")
End Sub
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.