controlTextDidEndEditing(_:)
Tells the delegate that the control finished editing its text content and committed the changes.
Declaration
@MainActor optional func controlTextDidEndEditing(_ obj: Notification)Parameters
- obj:
A notification object that contains details about the editing configuration.
Discussion
Use the key “NSFieldEditor” to obtain the field editor from the notification object’s userInfo dictionary.