Ejemplo n.º 1
0
 public ListChangedEventArgs(ListChangeActions action, Item item)
     : base()
 {
     this.Item = item;
     this.Action = action;
 }
Ejemplo n.º 2
0
 public ListChangedEventArgs(ListChangeActions action, Item item)
     : base()
 {
     this.Item   = item;
     this.Action = action;
 }