Share via


EKEventEditViewAction Enum

Definition

Enumerates possible actions that a user can take when editing a view.

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

Fields

Name Value Description
Canceled 0

The user canceled the change to the event.

Saved 1

The user saved the change to the event.

Deleted 2

The user deleted the event.

Applies to