|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Delegate that describes the database table change events.
Namespace: Smartsite.Data
Assembly: Smartsite.Data (in Smartsite.Data.dll)
Syntax
| C# | |
|---|---|
public delegate void TableChangeEventHandler( sender, args ) | |
| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub TableChangeEventHandler ( _ sender As , _ args As _ ) | |
Parameters
- sender
- Object
See Also
Smartsite.Data Namespace