ListView.OnTotalRowCountAvailable Method (PageEventArgs)
.NET Framework (current version)
Raises the IPageableItemContainer.TotalRowCountAvailable event.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- e
-
Type:
System.Web.UI.WebControls.PageEventArgs
The event data.
The IPageableItemContainer.TotalRowCountAvailable event is raised when data is available for the DataPager control.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
The OnTotalRowCountAvailable method also enables derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Notes to Inheritors:
When you override OnTotalRowCountAvailable in a derived class, call the base class's OnTotalRowCountAvailable method so that registered delegates receive the event.
.NET Framework
Available since 3.5
Available since 3.5
Show: