Class
ShowDialogEventArgs

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class ShowDialogEventArgs : DialogEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDialogEventArgsShowDialogEventArgs

Inherited Members DialogEventArgs.DialogViewModelCancelRoutedEventArgs.Cancel

Constructors

ShowDialogEventArgs(RoutedEvent, SchedulerDialogViewModel)

Initializes a new instance of the ShowDialogEventArgs class.

Declaration

cs-api-definition
public ShowDialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel viewModel)

Parameters

routedEvent

RoutedEvent

The routed event.

viewModel

SchedulerDialogViewModel

The view model of the dialog to be shown.

ShowDialogEventArgs(RoutedEvent, object, SchedulerDialogViewModel)

Initializes a new instance of the ShowDialogEventArgs class.

Declaration

cs-api-definition
public ShowDialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel viewModel)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

viewModel

SchedulerDialogViewModel

The view model of the dialog to be shown.

Properties

DefaultDialogResult

Gets or sets the default dialog result of the window.

Declaration

cs-api-definition
public bool? DefaultDialogResult { get; set; }

Property Value

bool?