Share via


DataRepeaterItem.OnLostFocus Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.

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

Syntax

'Declaration
Protected Overrides Sub OnLostFocus ( _
    e As EventArgs _
)
protected override void OnLostFocus(
    EventArgs e
)
protected:
virtual void OnLostFocus(
    EventArgs^ e
) override
abstract OnLostFocus : 
        e:EventArgs -> unit  
override OnLostFocus : 
        e:EventArgs -> unit
protected override function OnLostFocus(
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DataRepeaterItem Class

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)