mediatekformation

PropertyChangedListener

Contract for classes that are potential listeners of a {@see NotifyPropertyChanged} implementor.

Table of Contents

propertyChanged()  : void
Collect information about a property change.

Methods

propertyChanged()

Collect information about a property change.

public propertyChanged(object $sender, string $propertyName, mixed $oldValue, mixed $newValue) : void
Parameters
$sender : object

The object on which the property changed.

$propertyName : string

The name of the property that changed.

$oldValue : mixed

The old value of the property that changed.

$newValue : mixed

The new value of the property that changed.

Return values
void

Search results