Share via


EKEventViewAction Enum

Definition

Enumerates actions that a user can take to dismiss an event view controller.

[ObjCRuntime.Native]
public enum EKEventViewAction
[<ObjCRuntime.Native>]
type EKEventViewAction = 
Inheritance
EKEventViewAction
Attributes

Fields

Name Value Description
Done 0

The user tapped "Done".

Responded 1

The user responded to the event, saving it.

Deleted 2

The user deleted the event.

Applies to