PropertyChangedEventArgs.Callback

Syntax

Callback: PP.Delegate

Description

The Callback property determines callback function.

Comments

Use JSON or the setCallback method to set the property value, and the getCallback method to get the property value.

Callback function is executed after completing the event that fires on changing properties' values.

Example

The example of property use is given on the PropertyChangedEventArgs Constructor page.

See also:

PropertyChangedEventArgs