| Visual Basic (Declaration) | |
|---|---|
Overloads Public ReadOnly Property Item( _ ByVal index As Integer _ ) As Field | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- The indexed location of the Field in the collection.
| C# | Copy Code |
|---|---|
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize | |