ClassShowDialogEventArgs
Class
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
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
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
The source.
viewModel
The view model of the dialog to be shown.
Properties
DefaultDialogResult
Gets or sets the default dialog result of the window.