Click or drag to resize

ExportTypeExtension.FieldChanging Method

Notification that user is about to edit given field.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool FieldChanging(
	CTExportProfileField poField
)

Parameters

poField  CTExportProfileField
Export profile field that is currently being edited.

Return Value

Boolean
Return false to prevent saving the changes; true to allow.
See Also