EKEventViewAction Enum
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.
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. |