EptFieldValueChangingEventHandler 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 EptFieldValueChanging event raised when a field is about to be changed in an EPTXmlParser.

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

public delegate void EptFieldValueChangingEventHandler(
	Object sender,
	EptXmlParserOnBeforeEventArgs e
)

Parameters

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

This delegate is new in Content Studio 5.2

Callers implementing this event can cancel an update operation by setting the Cancel property to true of the EptXmlParserOnBeforeEventArgs represented by the e parameter.

See Also

Reference