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

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

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

Syntax

C#
void ICollectionCancelItem.OnAdding(
	ICollection Collection,
	Nullable<int> index,
	bool Replace
)
Visual Basic
Private Sub OnBeingAddedToCollection ( _
	Collection As ICollection, _
	index As Nullable(Of Integer), _
	Replace As Boolean _
) Implements ICollectionCancelItem.OnAdding
Visual C++
private:
virtual void OnBeingAddedToCollection(
	ICollection^ Collection, 
	Nullable<int> index, 
	bool Replace
) sealed = ICollectionCancelItem::OnAdding
F#
private abstract OnBeingAddedToCollection : 
        Collection:ICollection * 
        index:Nullable<int> * 
        Replace:bool -> unit 
private override OnBeingAddedToCollection : 
        Collection:ICollection * 
        index:Nullable<int> * 
        Replace:bool -> 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#OnAdding(System.Collections.ICollection,System.Nullable{System.Int32},System.Boolean)"]

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

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

Replace
Type: System..::..Boolean

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

Implements

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

See Also