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