Méthode | Description | |
---|---|---|
ItemMovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex ) : System |
Initializes a new instance of ItemMovingEventArgs.
|
public ItemMovingEventArgs ( IReorderableListAdaptor adaptor, int itemIndex, int destinationItemIndex ) : System | ||
adaptor | IReorderableListAdaptor | Reorderable list adaptor. |
itemIndex | int | Zero-based index of item. |
destinationItemIndex | int | Xero-based index of item destination. |
Résultat | System |