remove From List
fun removeFromList(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, itemHandle: ViewModelInstanceHandle)
Removes a view model instance from a list property.
Parameters
view Model Instance Handle
The handle of the view model instance that owns the list property.
property Path
The path to the list property. Slash delimited.
item Handle
The handle of the view model instance to remove from the list.
Throws
If the CommandQueue has been released.