Beispiel #1
0
 /// <summary>
 /// Moves the given layer to the new position inside DGV_Selection.
 /// </summary>
 /// <param name="sender">Sender that raised the event.</param>
 /// <param name="e">The event args.</param>
 private void LayersLayerMoved(object sender, LayerMovedEventArgs e)
 {
     _dgvSelection.MoveLayer(e.Layer, e.NewPosition);
 }