BpmPropertyCollection.OnInsert Method
Called when an object is inserted into the collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'Usage
Dim index As Integer
Dim value As Object
Me.OnInsert(index, value)
protected override void OnInsert(
int index,
Object value
)
Parameters
index
Type: System.Int32The zero-based index of the inserted object.
value
Type: System.ObjectThe inserted object.