TTTT
TTTT

Reputation: 27

Selection-change event in office word c#

How can I make selection-change event in office word c#?

Office 2010 Visual Studio 2010 using Word = Microsoft.Office.Interop.Word;

Upvotes: 1

Views: 1027

Answers (1)

Gabriel GM
Gabriel GM

Reputation: 6639

I havn't tested it, but you might want to check the event ApplicationEvents4_WindowSelectionChangeEventHandler . The events are in the delegate section.

Upvotes: 1

Related Questions