FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapterNotifyChange Class / CreateAddChange Method
New index of the starting.
The count.
Whether the change should be animated.

In This Topic
    CreateAddChange Method
    In This Topic
    Creates the add change.
    Syntax
    'Declaration
     
    Public Shared Function CreateAddChange( _
       ByVal newStartingIndex As Integer, _
       ByVal count As Integer, _
       ByVal isAnimated As Boolean _
    ) As GridControlAdapterNotifyChange
    public static GridControlAdapterNotifyChange CreateAddChange( 
       int newStartingIndex,
       int count,
       bool isAnimated
    )

    Parameters

    newStartingIndex
    New index of the starting.
    count
    The count.
    isAnimated
    Whether the change should be animated.
    See Also