TableEditorControl

Interaction logic for TableEditorControl.xaml

Namespace:
KpokEntityTool.Editors
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Windows.Controls.UserControl
Implements:
System.Windows.Markup.IComponentConnector

Constructors

TableEditorControl

Default constructor

Signature:
public Void TableEditorControl()

Events

Type Name Summary
DataOnFileChangedEventHandler DataOnFileChanged Fired when the data has changed.

Methods

GetFileData

Gets the Table being edied.

Signature:
public Table GetFileData()

InitializeComponent

InitializeComponent

Signature:
public Void InitializeComponent()

SetFileData

Sets the Table to edit.

Signature:
public Void SetFileData(table)
Parameters
Name Type Summary
table Table An Table.
Exceptions
Type Summary
ArgumentNullException

Thrown when table is null.