Share via


QueryTerminateEventArgs(Boolean) Constructor

Definition

Constructs a QueryTerminateEventArgs object.

public:
 QueryTerminateEventArgs(bool shouldPromptUser);
public:
 QueryTerminateEventArgs(bool shouldPromptUser);
 QueryTerminateEventArgs(bool shouldPromptUser);
public QueryTerminateEventArgs (bool shouldPromptUser);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.QueryTerminateEventArgs : bool -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.QueryTerminateEventArgs
Public Sub New (shouldPromptUser As Boolean)

Parameters

shouldPromptUser
Boolean

A Boolean value indicating if the component should prompt the user for a termination decision, if necessary.

Applies to