EptFieldValueChangedEventHandler Delegate Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents the method that will handle the EptFieldValueChanged event raised when a field is added to an EPTXmlParser.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public delegate void EptFieldValueChangedEventHandler(
	Object sender,
	EptXmlParserEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: ContentStudio.Document.EPTEptXmlParserEventArgs
A EptXmlParserEventArgs that contains the event data.
Remarks

This delegate is new in Content Studio 5.2
See Also

Reference