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