コード例 #1
0
 /// <summary>
 /// Moves the element downard in the collection.
 /// </summary>
 /// <param name="parameter">Not used.</param>
 protected override void InnerExecute(object parameter)
 {
     collection.MoveDown(element);
     element.Select();
 }