You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/scheduler/commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,14 @@ Check below a quick example on how to utilize navigation commands:
48
48
49
49
-`AgendaMonthNode`—Represents the model for month group headers in the agenda view.
50
50
-`AgendaWeekNode`—Represents the model for week group headers in the agenda view.
51
-
-`AgendaDayNode`—Represents the model for day group headers in the agenda view
51
+
-`AgendaDayNode`—Represents the model for day group headers in the agenda view.
52
52
-`AppointmentNode`—Represents the model of the views that are used to visualize appointments.
53
53
54
54
*`AgendaItemDoubleTapCommand`(`ICommand`)—Defines the command that is executed when an agenda item is double tapped. Applicable only for the `Agenda` view. The command parameter is a `SchedulerNode` object representing the double-tapped agenda item. The items are:
55
55
56
56
-`AgendaMonthNode`—Represents the model for month group headers in the agenda view.
57
57
-`AgendaWeekNode`—Represents the model for week group headers in the agenda view.
58
-
-`AgendaDayNode`—Represents the model for day group headers in the agenda view
58
+
-`AgendaDayNode`—Represents the model for day group headers in the agenda view.
59
59
-`AppointmentNode`—Represents the model of the views that are used to visualize appointments.
Copy file name to clipboardExpand all lines: controls/scheduler/events.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,15 @@ Here is a list of the available events:
31
31
* The sender argument, which is of type `object`, but can be cast to the `RadScheduler` type.
32
32
* A `TappedEventArgs<DateTime>` object which provides the month day through its `Data` property.
33
33
34
-
*`AgendaItemTapped`—occurs when the user taps on an agenda item. This event only applies to `Agenda` view and is not raised in `Day`, `Week`, `Month`, or `Multiday` views. The `AgendaItemTapped` event handler receives two parameters:
34
+
*`AgendaItemTapped`—Occurs when the user taps on an agenda item. This event only applies to `Agenda` view and is not raised in `Day`, `Week`, `Month`, or `Multiday` views. The `AgendaItemTapped` event handler receives two parameters:
35
35
* The sender argument, which is of type `object`, but can be cast to the `RadScheduler` type.
36
36
* A `TappedEventArgs<SchedulerNode>` object which provides the agenda item occurrence through its `Data` property. The `Data` property can be one of the following types:
37
37
*`AgendaMonthNode`—Represents the model for month group headers in the agenda view.
38
38
*`AgendaWeekNode`—Represents the model for week group headers in the agenda view.
39
39
*`AgendaDayNode`—Represents the model for day group headers in the agenda view.
40
40
*`AppointmentNode`—Represents the model of the views that are used to visualize appointments.
41
41
42
-
*`AgendaItemDoubleTapped`—occurs when the user taps on an agenda item. This event only applies to `Agenda` view and is not raised in `Day`, `Week`, `Month`, or `Multiday` views. The `AgendaItemTapped` event handler receives two parameters:
42
+
*`AgendaItemDoubleTapped`—Occurs when the user double taps on an agenda item. This event only applies to `Agenda` view and is not raised in `Day`, `Week`, `Month`, or `Multiday` views. The `AgendaItemTapped` event handler receives two parameters:
43
43
* The sender argument, which is of type `object`, but can be cast to the `RadScheduler` type.
44
44
* A `TappedEventArgs<SchedulerNode>` object which provides the agenda item occurrence through its `Data` property. The `Data` property can be one of the following types:
45
45
*`AgendaMonthNode`—Represents the model for month group headers in the agenda view.
0 commit comments