Interface

# DataNotificationReceiver

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Identifies receivers called by `DataNotifier</api/language/datanotifier>`.

## Methods

<div class="rst-class">

table-centered_column_4

</div>

| Name                                                | Parameters | Returns | Shared |
|-----------------------------------------------------|------------|---------|--------|
| `DataChanged<datanotificationreceiver.datachanged>` |            |         |        |

## Method descriptions

<div id="datanotificationreceiver.datachanged">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

DataNotificationReceiver.DataChanged

**DataChanged**

> The method called for this receiver to run its action.

## Notes

If you implement this interface in your application, you must implement the methods with the parameters as shown here.

## Compatibility

|                       |                       |
|-----------------------|-----------------------|
| **Project Types**     | Console, Desktop, Web |
| **Operating Systems** | All                   |

<div class="seealso">

`DataNotifier</api/language/datanotifier>`

</div>
