示例#1
0
 // when an item is added from another GridControl
 // do position calculations
 // and remove this item from the other GridControl when appropriate
 public abstract void AddFrom(IGridControl gridControl, IGridItem item);
示例#2
0
 // when a new item is added, which wasn't present in another GridControl before
 public abstract void Add(IGridItem gridItem);