I Have a requirement to add a OnClick action to Shape object in Micro Soft Power Point Addin for Office 2010 and above which is built using C# language. There are events like
SlideSelectionChanged
WindowBeforeRightClick
Which doesn't work as needed, Right Click Event doesn't even work on the Shape Objects.
Is there a way to subscribe to such type of events, I would not prefer to use MACRO however if that is inevitable I will use it.