EKEventSearchCallback Delegate

Definition

Delegate signature for the event enumeration method in EKEventStore

public delegate void EKEventSearchCallback(EKEvent theEvent, ref bool stop);
type EKEventSearchCallback = delegate of EKEvent *  -> unit

Parameters

theEvent
EKEvent

The matching event.

stop
Boolean

If you set this ref value to true, the enumeration will stop.

Remarks

The method will be invoked repeatedly, once for each event that matches the provided NSPredicate.

Applies to