Class
DialogEventArgs

Contains information about the dialog which is going to be shown. It can be canceled.

Definition

Constructors

DialogEventArgs(RoutedEvent, SchedulerDialogViewModel)

Initializes a new instance of the DialogEventArgs class.

Declaration

cs-api-definition
public DialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel dialogViewModel)

Parameters

routedEvent

RoutedEvent

The routed event.

dialogViewModel

SchedulerDialogViewModel

The view model of the dialog to be shown.

DialogEventArgs(RoutedEvent, object, SchedulerDialogViewModel)

Initializes a new instance of the DialogEventArgs class.

Declaration

cs-api-definition
public DialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel dialogViewModel)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source of the event.

dialogViewModel

SchedulerDialogViewModel

The view model of the dialog to be shown.

Properties

DialogViewModel

Gets or sets the view model of the dialog.

Declaration

cs-api-definition
public SchedulerDialogViewModel DialogViewModel { get; set; }

Property Value

SchedulerDialogViewModel