IPageableItemContainer.TotalRowCountAvailable イベント
定義
データ ソースのデータがコントロールから使用できるようになったときに発生します。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)
イベントの種類
注釈
TotalRowCountAvailableイベントは、 DataPager このイベントのハンドラーメソッドを提供するコントロールによって使用されます。The TotalRowCountAvailable event is used by the DataPager control, which provides a handler method for this event.