[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.MessageBoxControl.Tools#CollectionsT#GenericT#ICollectionCancelItem#OnRemoving(System.Collections.ICollection,System.Nullable{System.Int32})"]

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
void ICollectionCancelItem.OnRemoving(
	ICollection Collection,
	Nullable<int> index
)
Visual Basic
Private Sub OnBeingRemovedFromCollection ( _
	Collection As ICollection, _
	index As Nullable(Of Integer) _
) Implements ICollectionCancelItem.OnRemoving
Visual C++
private:
virtual void OnBeingRemovedFromCollection(
	ICollection^ Collection, 
	Nullable<int> index
) sealed = ICollectionCancelItem::OnRemoving
F#
private abstract OnBeingRemovedFromCollection : 
        Collection:ICollection * 
        index:Nullable<int> -> unit 
private override OnBeingRemovedFromCollection : 
        Collection:ICollection * 
        index:Nullable<int> -> unit 
JScript
JScript does not support explicit interface implementations.

Parameters

Collection
Type: System.Collections..::..ICollection

[Missing <param name="Collection"/> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.MessageBoxControl.Tools#CollectionsT#GenericT#ICollectionCancelItem#OnRemoving(System.Collections.ICollection,System.Nullable{System.Int32})"]

index
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="index"/> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.MessageBoxControl.Tools#CollectionsT#GenericT#ICollectionCancelItem#OnRemoving(System.Collections.ICollection,System.Nullable{System.Int32})"]

Implements

ICollectionCancelItem..::..OnRemoving(ICollection, Nullable<(Of <<'(Int32>)>>))

See Also