Blazor コントロール
AttachPageChanged<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : AttachPageChanged<T> メソッド
The data collection.
The event handler.
Attaches the specified handler to the page changed event.
シンタックス
'宣言
 
Public Shared Sub AttachPageChanged(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal handler As System.EventHandler _
) 
public static void AttachPageChanged<T>( 
   IDataCollection<T> dataCollection,
   System.EventHandler handler
)
where T: class

パラメータ

dataCollection
The data collection.
handler
The event handler.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ