---
title: valueChangedNotification
framework: browserenginekit
role: symbol
role_heading: Type Property
path: browserenginekit/beaccessibility/valuechangednotification
---

# valueChangedNotification

A notification you post when the value of an element changes.

## Declaration

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

## Discussion

Discussion Post this notification when the value of an input element changes, for example, when: A person inputs text in a UI The aria-valuenow or aria-valuetext attributes of an element change. If an element contains a text selection and the content changes, or the editing cursor position changes, post this notification followed by selectionChangedNotification for the element.

## See Also

### Accessibility

- [BEAccessibilityTextMarkerSupport](browserenginekit/beaccessibilitytextmarkersupport.md)
- [selectionChangedNotification](browserenginekit/beaccessibility/selectionchangednotification.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)
