Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.