ShowDialogEventArgs
Class
Contains information about the dialog which is going to be shown.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ShowDialogEventArgs : DialogEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDialogEventArgsShowDialogEventArgs
Inherited Members
Constructors
Initializes a new instance of the ShowDialogEventArgs class.
C#
public ShowDialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel viewModel)
The routed event.
sourceobjectThe source.
viewModelSchedulerDialogViewModelThe view model of the dialog to be shown.
Initializes a new instance of the ShowDialogEventArgs class.
C#
public ShowDialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel viewModel)
The routed event.
viewModelSchedulerDialogViewModelThe view model of the dialog to be shown.
Properties
Gets or sets the default dialog result of the window.
C#
public bool? DefaultDialogResult { get; set; }