Exemple #1
0
 /// <summary>
 /// Invoked when a column is removed from the table column model.
 /// </summary>
 public void columnRemoved(TableColumnModelEvent @e)
 {
 }
Exemple #2
0
 /// <summary>
 /// Invoked when a column is added to the table column model.
 /// </summary>
 public void columnAdded(TableColumnModelEvent @e)
 {
 }