PropertyChangedEventArgs

Namespace: PP.Mb.Ui;

Inheritance hierarchy

Object

PP.Ui.PropertyChangedEventArgs

PP.Mb.Ui.PropertyChangedEventArgs

Description

The PropertyChangedEventArgs class represents arguments of the event fired after property value is changed.

Syntax

PP.initClass(PP.Mb.Ui.PropertyChangedEventArgs, PP.Ui.PropertyChangedEventArgs, "PP.Mb.Ui.PropertyChangedEventArgs");

Properties

  Property name Brief description
property_image.gif Callback The Callback property determines a callback function.
property_image.gif ModelUpdateData The ModelUpdateData property determines a method of data model update.
property_image.gif TypeUpdateData The TypeUpdateData property determines a type of updated data.

Methods

  Method name Brief description
Cancel The Cancel method cancels event occurred on property value change.
fireCallback The fireCallback method calls for one time the callback function determined in the Callback property.
isCanceled The isCanceled property determines whether the event occurred after changing property value is canceled.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

See also:

PP.Mb.Ui