Method DetachItems
DetachItems(BaseCollection<TItem>?)
Called when items are detached to the control.
protected virtual void DetachItems(BaseCollection<TItem>? itm)
Parameters
itm
BaseCollection<TItem>Detached items.
Called when items are detached to the control.
protected virtual void DetachItems(BaseCollection<TItem>? itm)
itm
BaseCollection<TItem>Detached items.