Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft