New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class TableDefinitionCreatedEventArgs : EventArgs

Inheritance: objectEventArgsTableDefinitionCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TableDefinitionCreatedEventArgs class.

C#
public TableDefinitionCreatedEventArgs(TableDefinition tableDefinition)
Parameters:tableDefinitionTableDefinition

The table definition which is created.

Properties

Gets the table definition that is created.

C#
public TableDefinition TableDefinition { get; }
Property Value:

The table definition that is created.