Class
CloseDialogEventArgs

Contains state information about the dialog that is going to be closed.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class CloseDialogEventArgs : DialogEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDialogEventArgsCloseDialogEventArgs

Inherited Members DialogEventArgs.DialogViewModelCancelRoutedEventArgs.Cancel

Constructors

CloseDialogEventArgs(RoutedEvent, SchedulerDialogViewModel, bool?)

Initializes a new instance of the CloseDialogEventArgs class.

Declaration

cs-api-definition
public CloseDialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel dialogViewModel, bool? dialogResult)

Parameters

routedEvent

RoutedEvent

The routed event.

dialogViewModel

SchedulerDialogViewModel

The view model of the dialog to be closed.

dialogResult

bool?

The dialog result of the dialog to be closed.

Properties

DialogResult

Gets the DialogResult when closing the dialog. Null - escape or close button is clicked. True - enter or OK button is clicked. False - Cancel button is clicked.

Declaration

cs-api-definition
public bool? DialogResult { get; }

Property Value

bool?