This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Delegate to create callback for change notification.

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

Syntax

C#Copy imageCopy Code
public delegate void ChangeNotification(
	int itemNumber,
	int parentNumber,
	 changeType
)
Visual Basic (Declaration)Copy imageCopy Code
Public Delegate Sub ChangeNotification ( _
	itemNumber As Integer, _
	parentNumber As Integer, _
	changeType As  _
)

Parameters

itemNumber
Int32
parentNumber
Int32
changeType
ContentChangeType

See Also

Smartsite.Core Namespace
Advanced