RibbonBase.Close Event

Occurs when this RibbonBase instance is closing.

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

Syntax

'Declaration
Public Event Close As EventHandler
public event EventHandler Close

Remarks

You can use this event to release application-specific resources that were allocated earlier, for example, in the Load event.

.NET Framework Security

See Also

Reference

RibbonBase Class

Microsoft.Office.Tools.Ribbon Namespace