C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapterNotifyChange Class / CreateReplaceChange Method
The index of the replaced items.
The number of replaced items.
The number of items that replace the original ones.

In This Topic
CreateReplaceChange Method
In This Topic
Creates the replace change.
Syntax
'Declaration
 
Public Shared Function CreateReplaceChange( _
   ByVal startingIndex As Integer, _
   ByVal oldItemsCount As Integer, _
   ByVal newItemsCount As Integer _
) As GridControlAdapterNotifyChange
 

Parameters

startingIndex
The index of the replaced items.
oldItemsCount
The number of replaced items.
newItemsCount
The number of items that replace the original ones.
See Also