The TableEventArgs class provides data for the TextControl.TableCreated, TextControl.TableDeleted and TextControl.TableFormatChanged events.

Syntax

public class TableEventArgs: EventArgs
Public Class TableEventArgs
  Inherits EventArgs

Properties

Property Description
Table Gets an object that represents the table which causes the event.