This allows the DropZone component to return back the regorginized list back to it's parent component.
Returning the reorginized list to the parent componet to update the master list used to render other components that are shown on the screen in order depenidng on where they are in the list.
Added:
[Parameter] EventCallback<IList<TItem>> ItemsChanged { get; set; }