EKSpan 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.
Determines how changes to an event will be applied, either it affects a single instance or affects all instances.
[ObjCRuntime.Native]
public enum EKSpan
[<ObjCRuntime.Native>]
type EKSpan =
- Inheritance
-
EKSpan
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| ThisEvent | 0 | The change only affects a particular instance of the event. |
| FutureEvents | 1 | The change affects all future events. |