RibbonSplitButton.Click Event

Occurs when the button is clicked.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Event Click As RoutedEventHandler
public event RoutedEventHandler Click
public:
 event RoutedEventHandler^ Click {
    void add (RoutedEventHandler^ value);
    void remove (RoutedEventHandler^ value);
}
member Click : IEvent<RoutedEventHandler,
    RoutedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

Microsoft.Windows.Controls.Ribbon Namespace