'Declaration Protected MustOverride Sub OnContainersRemoved( _ ByVal removedContainers As IList(Of DependencyObject) _ )
'Usage Dim instance As DataGridItemsHost Dim removedContainers As IList(Of DependencyObject) instance.OnContainersRemoved(removedContainers)
protected abstract void OnContainersRemoved( IList<DependencyObject> removedContainers )
Parameters
- removedContainers
- A list of the containers that will no longer be used/recycled and that can be removed from the items host.