Class
AlertDialogViewModel

Represents a view model for the alert dialog.

Definition

Constructors

AlertDialogViewModel(AlertDialogContext, Action)

Initializes a new instance of the AlertDialogViewModel class.

Declaration

cs-api-definition
public AlertDialogViewModel(AlertDialogContext context, Action closeDialogAction)

Parameters

context

AlertDialogContext

The context.

closeDialogAction

Action

The close dialog action.