CollectionView for WinForms
CanMove メソッド (C1WrapCollectionView<S,T>)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1WrapCollectionView<S,T> クラス : CanMove メソッド
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
 
Public Overridable Function CanMove( _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) As System.Boolean
public virtual System.bool CanMove( 
   System.int fromIndex,
   System.int toIndex
)

パラメータ

fromIndex
The original index.
toIndex
The destination index.
参照

C1WrapCollectionView<S,T> クラス
C1WrapCollectionView<S,T> メンバ