EKCalendarChooserDelegate_Extensions Class

Definition

Extension methods to the IEKCalendarChooserDelegate interface to support all the methods from the EKCalendarChooserDelegate protocol.

public static class EKCalendarChooserDelegate_Extensions
type EKCalendarChooserDelegate_Extensions = class
Inheritance
EKCalendarChooserDelegate_Extensions

Remarks

The extension methods for IEKCalendarChooserDelegate allow developers to treat instances of the interface as having all the optional methods of the original EKCalendarChooserDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Cancelled(IEKCalendarChooserDelegate, EKCalendarChooser)
Finished(IEKCalendarChooserDelegate, EKCalendarChooser)
SelectionChanged(IEKCalendarChooserDelegate, EKCalendarChooser)

Applies to