Objective Grid for Microsoft® .NET® Reference Guide

StylesCollectionBase.OnSetComplete Method 

Back to Class Index

Raises the CollectionChanged event after setting a value in the collection instance.

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

Parameters

index
The zero-based index at which oldValue can be found.
oldValue
The value to replace with newValue.
newValue
The new value of the element at index.

See Also

StylesCollectionBase Class | StylesCollectionBase Members | Stingray.Grid Namespace