IPageableItemContainer.TotalRowCountAvailable Event

Definition

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

public:
 event EventHandler<System::Web::UI::WebControls::PageEventArgs ^> ^ TotalRowCountAvailable;
event EventHandler<System.Web.UI.WebControls.PageEventArgs> TotalRowCountAvailable;
member this.TotalRowCountAvailable : EventHandler<System.Web.UI.WebControls.PageEventArgs> 
Event TotalRowCountAvailable As EventHandler(Of PageEventArgs) 

Event Type

Remarks

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

Applies to

See also