
The TableEventArgs class provides data for the TextControl.TableCreated, TextControl.TableDeleted and TextControl.TableFormatChanged events.
public class TableEventArgs: EventArgs
[C#]
public class TableEventArgs: EventArgs
[Visual Basic]
Public Class TableEventArgs
Inherits EventArgs
| Property | Description | |
| Table | Gets an object that represents the table which causes the event. |