Click or drag to resize

RecentOpenBaseFileRenamed Method

Handles renaming of a file in the recent file list.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void FileRenamed(
	Object sender,
	FileRenameEventArgs e
)

Parameters

sender  Object
The source of the event.
e  FileRenameEventArgs
The file rename event arguments.
See Also