controlTextDidBeginEditing(_:)
Tells the delegate that the control started editing its text content.
Declaration
@MainActor optional func controlTextDidBeginEditing(_ 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.