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

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

パラメータ

dataCollection
The data collection.
handler
The event handler.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ