Navigation:  Interfaces (Technical API Reference) > General: WPDllInt + IWPMemo/IWPEditor > Events > Exclusive to TextDynamic >

OnBeforeOverwriteFile Event

Previous pageReturn to chapter overviewNext page

Member of WPDLLInt

Declaration C#

OnBeforeOverwriteFile(Object Sender, int Editor, string filename, bool OnlySelection, ref bool Abort);

 

Declaration OCX

OnBeforeOverwriteFile(ByVal Editor As Long, ByVal filename As String, ByVal OnlySelection As Boolean, Abort As Boolean)

 

This event can be used rename an existing file (or abort the process completely) in case a file which is about to be saved, already exists.

Category

Load and Save