Class DialogEventArgs
Inheritance
System.Object
DialogEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DialogEventArgs : CancelRoutedEventArgs
Constructors
Declaration
public DialogEventArgs(RoutedEvent routedEvent, object source, SchedulerDialogViewModel dialogViewModel)
Parameters
Declaration
public DialogEventArgs(RoutedEvent routedEvent, SchedulerDialogViewModel dialogViewModel)
Parameters
Properties
Declaration
public SchedulerDialogViewModel DialogViewModel { get; set; }
Property Value
Extension Methods