ClassDialogEventArgs
Class
Contains information about the dialog which is going to be shown. It can be canceled.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class DialogEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDialogEventArgs
Derived Classes:
Inherited Members
Constructors
DialogEventArgs(RoutedEvent, SchedulerDialogViewModel)
Initializes a new instance of the DialogEventArgs class.
Declaration
cs-api-definition
public DialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel dialogViewModel)
Parameters
routedEvent
RoutedEvent
The routed event.
dialogViewModel
The view model of the dialog to be shown.
DialogEventArgs(RoutedEvent, object, SchedulerDialogViewModel)
Initializes a new instance of the DialogEventArgs class.
Declaration
cs-api-definition
public DialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel dialogViewModel)
Parameters
routedEvent
RoutedEvent
The routed event.
source
The source of the event.
dialogViewModel
The view model of the dialog to be shown.
Properties
DialogViewModel
Gets or sets the view model of the dialog.
Declaration
cs-api-definition
public SchedulerDialogViewModel DialogViewModel { get; set; }
Property Value