Click or drag to resize
TextDocumentNotify Method
(TOM 2 only) Notifies the TOM engine client of particular IME events.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void Notify(
	int imeNotificationCode
)

Parameters

imeNotificationCode
Type: SystemInt32
An IME notification code.
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also