IPageableItemContainer::TotalRowCountAvailable Event

 

Occurs when the data from the data source is made available to the control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

event EventHandler<PageEventArgs^>^ TotalRowCountAvailable {
	void add(EventHandler<PageEventArgs^>^ value);
	void remove(EventHandler<PageEventArgs^>^ value);
}

The TotalRowCountAvailable event is used by the DataPager control, which provides a handler method for this event.

.NET Framework
Available since 3.5
Return to top
Show: