 | ExportTypeExtension.FieldDeleting Method |
[This is preliminary documentation and is subject to change.]
Notification that user is about too delete given field.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool FieldDeleting(
CTExportProfileField poField
)
Public Overridable Function FieldDeleting (
poField As CTExportProfileField
) As Boolean
Parameters
- poField
- Type: CTExportProfileField
Export profile field that is currently being saved.
Return Value
Type:
BooleanReturn false to prevent saving the changes; true to allow.
See Also