Click or drag to resize

RecentOpenBaseFileRemoved Method

Handles removal of a file from 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 FileRemoved(
	Object sender,
	FileEventArgs e
)

Parameters

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