Objective Grid for Microsoft® .NET® Reference Guide

StylesCollectionBase.OnRemoveComplete Method 

Back to Class Index

Raises the CollectionChanged event after removing an element from the collection instance.

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

Parameters

index
The zero-based index at which value can be found.
value
The value of the element to remove from index.

See Also

StylesCollectionBase Class | StylesCollectionBase Members | Stingray.Grid Namespace