touchPropertyPath
Updates the property path.
Declaration
void touchPropertyPath(
in String path
);Parameters
- path:
The dot-separated sequence of properties from the receiver. The path can contain array indexers. For example,
items[0].titlerefers to thetitleproperty stored in index location 0 in theitemsarray.
Discussion
The property path is explicitly updated, and all bound objects are notified.