RecentOpenBaseFileRenamed Method |
Handles renaming of a file in the recent file list.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void FileRenamed(
Object sender,
FileRenameEventArgs e
)
Parameters
- sender Object
- The source of the event.
- e FileRenameEventArgs
- The file rename event arguments.
See Also