Share via


DiagramExporter.ExportErrorEvent Event

Occurs when an error is encountered as a diagram is being exported.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Event ExportErrorEvent As EventHandler(Of ExportErrorEventArgs)
'Usage
Dim instance As DiagramExporter 
Dim handler As EventHandler(Of ExportErrorEventArgs)

AddHandler instance.ExportErrorEvent, handler
public event EventHandler<ExportErrorEventArgs> ExportErrorEvent
public:
 event EventHandler<ExportErrorEventArgs^>^ ExportErrorEvent {
    void add (EventHandler<ExportErrorEventArgs^>^ value);
    void remove (EventHandler<ExportErrorEventArgs^>^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

DiagramExporter Class

DiagramExporter Members

Microsoft.VisualStudio.Modeling.Shell Namespace