StylusPluginCollectionBase.OnInsert Method

StylusPluginCollectionBase.OnInsert Method

This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.

Definition

Visual Basic .NET Overrides Protected Sub OnInsert( _
ByVal index As Integer, _
ByVal item As Object _
)
C# protected override void OnInsert(
int index,
object item
);
Managed C++ protected: void OnInsert(
int *index,
Object *item
);

Parameters

index System.Int32. The zero-based index at which to insert item.
item System.Object. The new value of the element at index.

Exceptions

ArgumentException Leave Site: item is already a member of the collection.