Contents

controlTextDidChange(_:)

Tells the delegate that the control made changes to its text content.

Declaration

@MainActor optional func controlTextDidChange(_ 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.

See Also

Instance Methods