Class ShowDialogEventArgs
Contains information about the dialog which is going to be shown.
Inheritance
Inherited Members
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 ShowDialogEventArgs class.
Declaration
public ShowDialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel viewModel)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
SchedulerDialogViewModel
viewModel
The view model of the dialog to be shown. |
ShowDialogEventArgs(RoutedEvent, SchedulerDialogViewModel)
Initializes a new instance of the ShowDialogEventArgs class.
Declaration
public ShowDialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel viewModel)
Parameters
RoutedEvent
routedEvent
The routed event. |
SchedulerDialogViewModel
viewModel
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.Nullable<System.Boolean>
|