Click or drag to resize

MessageDialogExShowYesNoAsync Method (String, String)

Begins an asynchronous operation showing a dialog with a Yes and No button.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task<bool> ShowYesNoAsync(
	string title,
	string content
)

Parameters

title
Type: SystemString
The title to display on the dialog, if any.
content
Type: SystemString
The message to be displayed to the user.

Return Value

Type: TaskBoolean
Returns true if the user has selected Yes, otherwise false

Implements

IMessageDialogShowYesNoAsync(String, String)
See Also