Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the IsCollapsed property is changed to false and the Ribbon is expanded.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Event Expanded As RoutedEventHandler
public event RoutedEventHandler Expanded
public:
event RoutedEventHandler^ Expanded {
void add (RoutedEventHandler^ value);
void remove (RoutedEventHandler^ value);
}
member Expanded : 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.