AutoCompleteCollectionRemoveRange - метод |
Пространство имён:
Tessa.UI.Controls.AutoCompleteCtrl
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public void RemoveRange(
int index,
int count,
NotifyCollectionChangedEventHandler handler
)
Public Sub RemoveRange (
index As Integer,
count As Integer,
handler As NotifyCollectionChangedEventHandler
)
public:
void RemoveRange(
int index,
int count,
NotifyCollectionChangedEventHandler^ handler
)
member RemoveRange :
index : int *
count : int *
handler : NotifyCollectionChangedEventHandler -> unit
Параметры
- index
- Тип: SystemInt32
- count
- Тип: SystemInt32
- handler
- Тип: System.Collections.SpecializedNotifyCollectionChangedEventHandler
См. также