ruleEditorRowsDidChange(_:)
Notifies the receiver that a rule editor’s rows changed.
Declaration
@MainActor optional func ruleEditorRowsDidChange(_ notification: Notification)Parameters
- notification:
A notification namedRowsdidchangenotification.
Discussion
If the delegate implements this method, NSRuleEditor automatically registers its delegate to receive rowsDidChangeNotification notifications.