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
- 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.