XuniCalendarMonthSlotLoadingEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in CalendarEventArgs.h

Overview

XuniCalendarMonthSlotLoadingEventArgs Class. Arguments for monthSlotLoading event.

  month

Gets the month in the calendar.

@property (readonly) NSUInteger month

Discussion

Gets the month in the calendar.

Declared In

CalendarEventArgs.h

  monthSlot

Gets or sets the visual element shown in the month slot.

@property (nonatomic) XuniCalendarMonthSlotBase *monthSlot

Discussion

Gets or sets the visual element shown in the month slot.

Declared In

CalendarEventArgs.h

– initWithMonth:monthSlot:

Initializes and returns a newly allocated XuniCalendarMonthSlotLoadingEventArgs object.

- (instancetype)initWithMonth:(NSUInteger)month monthSlot:(XuniCalendarMonthSlotBase *)monthSlot

Parameters

month

The month for the current month slot.

monthSlot

Visual element that will be displayed in the month slot.

Return Value

An initialized XuniCalendarMonthSlotLoadingEventArgs object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniCalendarMonthSlotLoadingEventArgs object.

Declared In

CalendarEventArgs.h