PropertyChangedEventArgs.fireCallback

Syntax

fireCallback(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The fireCallback method invokes the callback function specified in the Callback property only once.

Example

The event use is given on the PropertyChangedEventArgs Constructor page.

See also:

PropertyChangedEventArgs