NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypedCollectionBase.OnSet

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
)
[C#]
protected virtual void OnSet(
   int index,
   object oldValue,
   object newValue
);
[C++]
protected: virtual void OnSet(
   int index,
   Object* oldValue,
   Object* newValue
);
[JScript]
protected function OnSet(
   index : int,
   oldValue : Object,
   newValue : Object
);

Parameters

index
[To be supplied.]
oldValue
[To be supplied.]
newValue
[To be supplied.]

See Also

TypedCollectionBase Class | TypedCollectionBase Members | System.Collections.Bases Namespace