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.OnRemove

[To be supplied.]

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

Parameters

index
[To be supplied.]
value
[To be supplied.]

See Also

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