RibbonCheckBox.Click Event

Occurs when a user clicks the check box.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Event Click As RibbonControlEventHandler
event RibbonControlEventHandler Click

Remarks

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.

.NET Framework Security

See Also

Reference

RibbonCheckBox Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview