[]
Represents the event data for the Changed event of the table data.
public delegate void TableRangeChangedEventHandler(object sender, TableRangeChangedEventArgs e)
Public Delegate Sub TableRangeChangedEventHandler(sender As Object, e As TableRangeChangedEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Represents the event data for the Changed event of the table data. |
TableRangeChangedEventArgs | e | Represents the event data for the Changed event of the table data. |