Ejemplo n.º 1
0
 public VerticalImageStripItemMovingEventArgs(PaintDotNet.Controls.VerticalImageStrip.Item item, int oldIndex, int newIndex, bool cancel) : base(cancel)
 {
     this.Item     = item;
     this.OldIndex = oldIndex;
     this.NewIndex = newIndex;
 }
 public VerticalImageStripItemMovedEventArgs(PaintDotNet.Controls.VerticalImageStrip.Item item, int oldIndex, int newIndex)
 {
     this.Item     = item;
     this.OldIndex = oldIndex;
     this.NewIndex = newIndex;
 }