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
- 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.