| ExportTypeExtensionFieldChanging Method |
Notification that user is about to edit given field.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool FieldChanging(
CTExportProfileField poField
)
Public Overridable Function FieldChanging (
poField As CTExportProfileField
) As Boolean
Parameters
- poField
- Type: CTExportProfileField
Export profile field that is currently being edited.
Return Value
Type:
BooleanReturn false to prevent saving the changes; true to allow.
See Also