Reputation: 27
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
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