Class VisibleDatesChangedEventArgs
Visible dates changed event arguments
Inheritance
System.Object
VisibleDatesChangedEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class VisibleDatesChangedEventArgs : EventArgs
Constructors
VisibleDatesChangedEventArgs()
Declaration
public VisibleDatesChangedEventArgs()
Properties
VisibleDates
Gets or sets the visible dates
Declaration
public NSArray VisibleDates { get; set; }
Property Value
Type |
---|
Foundation.NSArray |