EKEventSearchCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.