CollectionView for WinForms
CanMove メソッド (ISupportEditing)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ISupportEditing インターフェース : CanMove メソッド
The original index.
The destination index.
Determines whether the item at fromIndex can be moved to toIndex.
シンタックス
'宣言
 
Function CanMove( _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) As System.Boolean
System.bool CanMove( 
   System.int fromIndex,
   System.int toIndex
)

パラメータ

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

ISupportEditing インターフェース
ISupportEditing メンバ