DetachChild(object, object, RelationshipInfo)
Detaches an item from its parent. This method is typically invoked by implementations of DetachFromParent(object, object, RelationshipInfo) to detach items or children from the parent.
Declaration
protected bool DetachChild(object item, object itemParent, RelationshipInfo relationshipInfo)
Parameters
Type | Name | Description |
---|---|---|
object | item | The object to detach. |
object | itemParent | Parent from which |
RelationshipInfo | relationshipInfo | Relationship of |
Returns
Type | Description |
---|---|
bool |
|