Class MonthCellHoldingEventArgs
Inheritance
System.Object
    MonthCellHoldingEventArgs
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthCellHoldingEventArgs : EventArgs
  Constructors
MonthCellHoldingEventArgs()
Declaration
public MonthCellHoldingEventArgs()
  Properties
Calendar
Gets or sets the calendar date.
Declaration
public Calendar Calendar { get; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The calendar.  |