Class DateCellHoldingEventArgs
Arguments for the date cell holding event
Inheritance
System.Object
DateCellHoldingEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class DateCellHoldingEventArgs : EventArgs
Constructors
DateCellHoldingEventArgs()
Declaration
public DateCellHoldingEventArgs()
Properties
LongPressDate
Gets or sets the long press date.
Declaration
public NSDate LongPressDate { get; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The long press date. |