Class
TableDefinitionCreatedEventArgs

Provides data for the event that is fired when a table definition is created.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class TableDefinitionCreatedEventArgs : EventArgs

Inheritance: objectEventArgsTableDefinitionCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

TableDefinitionCreatedEventArgs(TableDefinition)

Initializes a new instance of the TableDefinitionCreatedEventArgs class.

Declaration

cs-api-definition
public TableDefinitionCreatedEventArgs(TableDefinition tableDefinition)

Parameters

tableDefinition

TableDefinition

The table definition which is created.

Properties

TableDefinition

Gets the table definition that is created.

Declaration

cs-api-definition
public TableDefinition TableDefinition { get; }

Property Value

TableDefinition

The table definition that is created.