ContentDialogServiceExtensions.ShowSimpleDialogAsync(IContentDialogService, SimpleContentDialogCreateOptions, CancellationToken) method¶
Defined in
Type: ContentDialogServiceExtensions
Namespace: CrissCross.WPF.UI.Extensions
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public static Task<ContentDialogResult> ShowSimpleDialogAsync(this IContentDialogService dialogService, SimpleContentDialogCreateOptions options, CancellationToken cancellationToken = default(CancellationToken))
Summary: Shows simple dialog.
Parameters
| Name | Type | Description |
|---|---|---|
dialogService | [IContentDialogService](# | The [IContentDialogService](# |
options | [SimpleContentDialogCreateOptions](# | Set of parameters of the basic dialog box. |
cancellationToken = null | CancellationToken | The cancellation token. |
Returns: Task