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
'Declaración
Public ReadOnly Property DataRepeaterItem As DataRepeaterItem
Get
public DataRepeaterItem DataRepeaterItem { get; }
public:
property DataRepeaterItem^ DataRepeaterItem {
DataRepeaterItem^ get ();
}
member DataRepeaterItem : DataRepeaterItem
function get DataRepeaterItem () : 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataRepeaterDataErrorEventArgs Class
Microsoft.VisualBasic.PowerPacks Namespace