Word plugin register click handler for save button

jensbergmann

New member
Joined
Oct 6, 2013
Messages
1
Programming Experience
1-3
Hi,

I'm programming a plugin for Word 2010 and I want to register a click handler for the save button (saving the word document).

Can you please tell me how I can implement the click handler?


VB.NET:
    Private Sub ThisAddIn_Startup() Handles Me.Startup

'click handler ()

    End Sub
 
Back
Top