QueryTerminateEventArgs(Boolean) Constructor
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.
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.