Occurs when a System.Windows.Controls.Button is clicked.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public event RoutedEventHandler Click |
Visual Basic |
---|
Public Event Click As RoutedEventHandler |
XAML Attribute Usage |
---|
<object Click="RoutedEventHandler" .../> |