Example #1
0
 protected override void OnCellDataChanged(ReoGridCell cell)
 {
 }
Example #2
0
 protected virtual void OnCellStyleChanged(ReoGridCell cell)
 {
 }
Example #3
0
 protected virtual void OnCellDataChanged(ReoGridCell cell)
 {
 }
Example #4
0
 public void ShowEditControl(Graphics.Rectangle bounds, ReoGridCell cell)
 {
     // TODO
 }