This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Constructor

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public TableChangeEventArgs(
	 table,
	 action
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	table As , _
	action As  _
)

Parameters

table
DatabaseTable
action
TableChangeAction

See Also

Advanced