| FileHandlerExtensionFileSaveCompleted Method |
Post notification for save events, when CT core has finished all operations.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual void FileSaveCompleted(
string bsFilename
)
Public Overridable Sub FileSaveCompleted (
bsFilename As String
)
Parameters
- bsFilename
- Type: SystemString
Name of the saved file
Availability See Also