ITextStoreAnchorSink interface
The ITextStoreAnchorSink interface is implemented by the TSF manager and is used by an anchor-based application to notify the manager when certain events occur. The manager installs this advise sink by calling ITextStoreAnchor::AdviseSink.
The interface ID is IID_ITextStoreAnchorSink.
Members
The ITextStoreAnchorSink interface inherits from the IUnknown interface. ITextStoreAnchorSink also has these types of members:
Methods
The ITextStoreAnchorSink interface has these methods.
| Method | Description |
|---|---|
| OnAttrsChange |
Called when the value of one or more text attributes changes. |
| OnEndEditTransaction |
Called when an edit transaction is terminated. |
| OnLayoutChange |
Called when the layout (on-screen representation) of the document changes. |
| OnLockGranted |
Called to grant a document lock. |
| OnSelectionChange |
Called when the selection within the text stream changes. |
| OnStartEditTransaction |
Called when an edit transaction is started. |
| OnStatusChange |
Called when the text stream status changes. |
| OnTextChange |
Called when text in the text stream changes. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also