EKEventEditViewDelegate
A notification sent to the delegate when the user finishes editing an event.
Declaration
protocol EKEventEditViewDelegate : NSObjectProtocolOverview
Delegates of an EKEventEditViewController object conform to this protocol. Use EKEventEditViewController to allow the user to either create an event or edit an existing event. To be notified when the user finishes editing the event, set the delegate to an object conforming to this protocol.