New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class DialogEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDialogEventArgs

Derived Classes: CloseDialogEventArgsShowDialogEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the DialogEventArgs class.

C#
public DialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel dialogViewModel)
Parameters:routedEventRoutedEvent

The routed event.

sourceobject

The source of the event.

dialogViewModelSchedulerDialogViewModel

The view model of the dialog to be shown.

Initializes a new instance of the DialogEventArgs class.

C#
public DialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel dialogViewModel)
Parameters:routedEventRoutedEvent

The routed event.

dialogViewModelSchedulerDialogViewModel

The view model of the dialog to be shown.

Properties

Gets or sets the view model of the dialog.

C#
public SchedulerDialogViewModel DialogViewModel { get; set; }