Objective Grid for Microsoft® .NET® Reference Guide

StylesCollectionBase.OnInsertComplete Method 

Back to Class Index

Raises the CollectionChanged event after inserting a new element into the collection instance.

[Visual Basic]
Overrides Protected Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
)
[C#]
protected override void OnInsertComplete(
   int index,
   object value
);

Parameters

index
The zero-based index at which to insert value.
value
The new value of the element at index.

See Also

StylesCollectionBase Class | StylesCollectionBase Members | Stingray.Grid Namespace