Share via


UITextFieldDidEndEditingReason Enum

Definition

Enumerates reasons that an editing session ends.

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

Fields

Name Value Description
Unknown -1

Indicates that the reason for ending the edit are unknown.

Committed 0

Indicates that the user saved the edit.

Cancelled 1

Indicates that the user cancelled the edit.

Applies to