MindFusion.UI for WebForms Programmer's Guide

RatingItemCollection.OnInsertComplete Method

See Also
 





StateManagedCollection.OnInsertComplete override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected override void OnInsertComplete (
    int index,
    Object value
)

Visual Basic  Copy Code

Protected Overrides Sub OnInsertComplete( _
    index As Integer, _
    value As Object _
)

 Parameters

index

Type: Int32
The zero-based index at which value is inserted.

value

Type: Object
The inserted object.

 See Also