Share via


StylusPluginCollectionBase.OnRemove Method

StylusPluginCollectionBase.OnRemove 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 OnRemove( _
ByVal index As Integer, _
ByVal item As Object _
)
C# protected override void OnRemove(
int index,
object item
);
Managed C++ protected: void OnRemove(
int *index,
Object *item
);

Parameters

index System.Int32.
item System.Object.

Exceptions

InvalidOperationException Leave Site: Item not present