Ribbon.Expanded Event

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

See Also

Reference

Ribbon Class

Microsoft.Windows.Controls.Ribbon Namespace