DiagramExporter.ExportQueryUserActionEvent Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a response is required from the user.
public:
event EventHandler<Microsoft::VisualStudio::Modeling::Shell::UserActionEventArgs ^> ^ ExportQueryUserActionEvent;
public event EventHandler<Microsoft.VisualStudio.Modeling.Shell.UserActionEventArgs> ExportQueryUserActionEvent;
member this.ExportQueryUserActionEvent : EventHandler<Microsoft.VisualStudio.Modeling.Shell.UserActionEventArgs>
Public Event ExportQueryUserActionEvent As EventHandler(Of UserActionEventArgs)