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

Namespace: Smartsite.Core.EventSynchronizationClient
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[]
[("System.Runtime.Serialization", "3.0.0.0")]
[(Namespace = "http://schemas.datacontract.org/2004/07/Smartsite.Data")]
public class TableChangeEventArgs : , 
	
Visual Basic (Declaration)Copy imageCopy Code
<> _
<("System.Runtime.Serialization", "3.0.0.0")> _
<(Namespace := "http://schemas.datacontract.org/2004/07/Smartsite.Data")> _
Public Class TableChangeEventArgs _
	Inherits  _
	Implements 

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Smartsite.Core.EventSynchronizationClient..::..TableChangeEventArgs

See Also

Advanced