Class ShowDialogEventArgs
Contains information about the dialog which is going to be shown.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ShowDialogEventArgs : DialogEventArgs
Constructors
ShowDialogEventArgs(RoutedEvent, Object, SchedulerDialogViewModel)
Initializes a new instance of the Show
Declaration
public ShowDialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel viewModel)
Parameters
System. The routed event. |
System. The source. |
Scheduler The view model of the dialog to be shown. |
ShowDialogEventArgs(RoutedEvent, SchedulerDialogViewModel)
Initializes a new instance of the Show
Declaration
public ShowDialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel viewModel)
Parameters
System. The routed event. |
Scheduler The view model of the dialog to be shown. |
Properties
DefaultDialogResult
Gets or sets the default dialog result of the window.
Declaration
public Nullable<bool> DefaultDialogResult { get; set; }
Property Value
System.
|