Method | Description | |
---|---|---|
TableModelEventArgs ( |
Initializes a new instance of the TableModelEventArgs class with the specified TableModel source, start index, end index and affected Column
|
|
TableModelEventArgs ( |
Initializes a new instance of the TableModelEventArgs class with the specified TableModel source, start index, end index and affected Column
|
|
TableModelEventArgs ( |
Initializes a new instance of the TableModelEventArgs class with the specified TableModel source, start index, end index and affected Column
|
public TableModelEventArgs ( |
||
source | The TableModel that originated the event | |
return | System |
public TableModelEventArgs ( |
||
source | The TableModel that originated the event | |
row | The affected Row | |
fromIndex | int | The start index of the affected Row(s) |
toIndex | int | The end index of the affected Row(s) |
return | System |
public TableModelEventArgs ( |
||
source | The TableModel that originated the event | |
fromIndex | int | The start index of the affected Row(s) |
toIndex | int | The end index of the affected Row(s) |
return | System |