RibbonCheckBox.Click Event
Visual Studio 2012
Occurs when a user clicks the check box.
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
The Click event is raised when a user clicks the check box. It is raised after Checked has been updated to reflect the user's action. You can, for example, update the Ribbon interface when the user checks a check box by adding code that tests the most recent value of Checked to the Click event handler.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.