Bookmark::SelectionChange Event

 

Occurs when the selection inside the Bookmark control changes.

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

event SelectionEventHandler^ SelectionChange {
	void add(SelectionEventHandler^ value);
	void remove(SelectionEventHandler^ value);
}

This event is raised when the selection changes to or within the Bookmark control.

The following code example adds a Bookmark control with text to the document and then creates a SelectionChange event handler. A message box is displayed when the cursor is moved within the bookmark.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: