kMDLabelChangedNotification

Static kMDLabelChangedNotification 

Source
pub unsafe static kMDLabelChangedNotification: Option<&'static CFString>
Available on crate feature MDLabel only.
Expand description

The name of the notification sent when a label has been changed. The notification object is the subject MDLabelRef. The label’s new attributes can be retrieved using MDLabelCopyAttribute().

See also Apple’s documentation