DataRepeaterDataErrorEventArgs.DataRepeaterItem Property

 

Gets the DataRepeaterItem that raised the data error.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

public DataRepeaterItem DataRepeaterItem { get; }
public:
property DataRepeaterItem^ DataRepeaterItem {
    DataRepeaterItem^ get();
}
member DataRepeaterItem : DataRepeaterItem with get
Public ReadOnly Property DataRepeaterItem As DataRepeaterItem

Property Value

Type: Microsoft.VisualBasic.PowerPacks.DataRepeaterItem

The item that contains the control in which the error occurred.

Remarks

The DataError event enables you to handle exceptions that are thrown in code that is called by a DataRepeater control during data processing operations.

The DataRepeaterItem property contains the DataRepeaterItem in which the error occurred.

See Also

DataError
DataRepeaterDataErrorEventArgs Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top