Namespace: PP.Mb.Ui;
PP.Ui.PropertyChangedEventArgs
PP.Mb.Ui.PropertyChangedEventArgs
The PropertyChangedEventArgs class represents arguments of the event fired after property value is changed.
PP.initClass(PP.Mb.Ui.PropertyChangedEventArgs, PP.Ui.PropertyChangedEventArgs, "PP.Mb.Ui.PropertyChangedEventArgs");
| Property name | Brief description | |
| Callback | The Callback property determines a callback function. | |
| ModelUpdateData | The ModelUpdateData property determines a method of data model update. | |
| TypeUpdateData | The TypeUpdateData property determines a type of updated data. |
| 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. |
| 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. |
| 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: