---
title: selectionChangedNotification
framework: browserenginekit
role: symbol
role_heading: Type Property
path: browserenginekit/beaccessibility/selectionchangednotification
---

# selectionChangedNotification

A notification you post when the selection inside an element changes.

## Declaration

```swift
static var selectionChangedNotification: UIAccessibility.Notification
```

## Discussion

Discussion If an element contains a text selection and the content changes, or the editing cursor position changes, post this notification after posting valueChangedNotification for the element.

## See Also

### Accessibility

- [BEAccessibilityTextMarkerSupport](browserenginekit/beaccessibilitytextmarkersupport.md)
- [valueChangedNotification](browserenginekit/beaccessibility/valuechangednotification.md)
- [BEAccessibilityContainerType](browserenginekit/beaccessibilitycontainertype.md)
- [BEAccessibilityPressedState](browserenginekit/beaccessibilitypressedstate.md)
- [menuItem](browserenginekit/beaccessibility/menuitem.md)
- [popUpButton](browserenginekit/beaccessibility/popupbutton.md)
- [radioButton](browserenginekit/beaccessibility/radiobutton.md)
- [readOnly](browserenginekit/beaccessibility/readonly.md)
- [visited](browserenginekit/beaccessibility/visited.md)
- [BEAccessibilityRemoteElement](browserenginekit/beaccessibilityremoteelement.md)
- [BEAccessibilityRemoteHostElement](browserenginekit/beaccessibilityremotehostelement.md)
- [BEAccessibility](browserenginekit/beaccessibility.md)
