Click or drag to resize

ProjectServiceBaseDeleteDocument_Unsynchronized Method

Deletes a project item on the UI thread.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void DeleteDocument_Unsynchronized(
	IProjectItem document,
	bool force
)

Parameters

document  IProjectItem
The project item to delete.
force  Boolean
to delete without confirmation; otherwise, .
See Also