ListView.LayoutCreated Event
Occurs when the LayoutTemplate template is created in a ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Before the ListView control can be rendered, the LayoutTemplate template must be created to serve as the root container for the control. The LayoutCreated event is raised when the layout template in the ListView control is created. This enables you to perform a custom routine whenever this event occurs.
For more information about how to handle events, see Consuming Events.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.