Click or drag to resize
TextDocumentUpdateWindow Method
(TOM 2 only) Notifies the client that the view has changed and the client should update the view if the TOM engine is in-place active.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void UpdateWindow()
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also