Click or drag to resize
FileHandlerExtensionPreSaveFile Method
Notification that is send when a file is saved with given name. This is called only when CT has programmatically called save or CT has overridden the save dialog. These are the only cases we can be sure about the resulting target filename before its creation. ImportSavedFile is called in all save cases but after the document is already saved.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual void PreSaveFile(
	string oFilename
)

Parameters

oFilename
Type: SystemString
Name file that is saved
Availability

CUSTOMTOOLS 2019 SP0


See Also