EKEventEditViewAction 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 possible actions that a user can take when editing a view.
public enum EKEventEditViewAction
type EKEventEditViewAction =
- Inheritance
-
EKEventEditViewAction
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. |