Ribbon.Collapsed Event
Occurs when the IsCollapsed property is changed to true and the Ribbon is collapsed.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Event Collapsed As RoutedEventHandler
public event RoutedEventHandler Collapsed
public:
event RoutedEventHandler^ Collapsed {
void add (RoutedEventHandler^ value);
void remove (RoutedEventHandler^ value);
}
member Collapsed : IEvent<RoutedEventHandler,
RoutedEventArgs>
JScript does not support events.
.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.