Click or drag to resize
ExportTypeExtensionFieldChanging Method
Notification that user is about to edit given field.

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

Parameters

poField
Type: CTExportProfileField
Export profile field that is currently being edited.

Return Value

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