Interface IDocumentsEvents
Implemented by clients wishing to receive documents events.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IDocumentsEvents
Remarks
This interface is available since v7.8.
Methods
| Name | Description |
|---|---|
| OnDocumentEditingEnded(DocumentId) | Called when the editing of a document has been ended. |
| OnDocumentEditingStarted(DocumentId) | Called when the editing of a document has been started. |