Class ContextMenuOpeningEventArgs
Provides data when context menu is open in the Schedule view.
Inheritance
System.Object
ContextMenuOpeningEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ContextMenuOpeningEventArgs : CancelEventArgs
Constructors
ContextMenuOpeningEventArgs()
Declaration
public ContextMenuOpeningEventArgs()
Properties
Appointment
Specifies the data for appointment in the Schedule.
Declaration
public object Appointment { get; set; }
Property Value
Type |
---|
System.Object |
CurrentEventArgs
Contains information about data associated with a routed event.
Declaration
public RoutedEventArgs CurrentEventArgs { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.RoutedEventArgs |
CurrentSelectedDate
Specifies the date of the selected item in Schedule.
Declaration
public Nullable<DateTime> CurrentSelectedDate { get; set; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
SelectedResource
Specifies the selected resource collection in the Schedule.
Declaration
public ObservableCollection<object> SelectedResource { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |