'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub RedrawItems( _ ByVal startIndex As System.Integer, _ ByVal endIndex As System.Integer, _ ByVal invalidateOnly As System.Boolean _ )
'Usage
Dim instance As NListView Dim startIndex As System.Integer Dim endIndex As System.Integer Dim invalidateOnly As System.Boolean instance.RedrawItems(startIndex, endIndex, invalidateOnly)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public void RedrawItems( System.int startIndex, System.int endIndex, System.bool invalidateOnly )
Parameters
- startIndex
- endIndex
- invalidateOnly