  | ExportTypeExtensionFieldDeleting Method  | 
            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 deleted. 
Return Value
Type: 
BooleanReturn false to prevent deletion; true to allow.
See Also