QueryTerminateEventArgs.ShouldPromptUser Property
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.
Indicates whether the component should prompt the user if it can't decide if it is okay to terminate, or if it decides that it can't (to alert the user why).
public:
property bool ShouldPromptUser { bool get(); };
public:
property bool ShouldPromptUser { bool get(); };
public bool ShouldPromptUser { get; }
member this.ShouldPromptUser : bool
Public ReadOnly Property ShouldPromptUser As Boolean