ProjectServiceBaseDeleteDocument_Unsynchronized Method |
Deletes a project item on the UI thread.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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