Method AttachItems
AttachItems(IListControlItems<TItem>?)
Called when items are attached to the control.
protected virtual void AttachItems(IListControlItems<TItem>? itm)
Parameters
itm
IListControlItems<TItem>Attached items.
Called when items are attached to the control.
protected virtual void AttachItems(IListControlItems<TItem>? itm)
itm
IListControlItems<TItem>Attached items.