Class InlineItemTappedEventArgs
Provide data for InlineItemTapped event
Inheritance
System.Object
InlineItemTappedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class InlineItemTappedEventArgs : EventArgs
Constructors
InlineItemTappedEventArgs()
Declaration
public InlineItemTappedEventArgs()
Properties
InlineEvent
Gets or sets the appointment details of tapped item.
Declaration
public CalendarAppointment InlineEvent { get; }
Property Value
Type |
---|
CalendarAppointment |
SelectedDate
Gets or sets the selected date of tapped item.
Declaration
public DateTime SelectedDate { get; }
Property Value
Type |
---|
System.DateTime |