
124
|
Chapter 8: Controls
This is the Title of the Book, eMatter Edition
Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.
• IsVisibleChanged
• IsEnableChanged
• IsFocusChanged
• KeyUp
• KeyDown
• LayoutUpdated
• LostFocus
• MouseEnter
• MouseLeave
• MouseMove
• MouseLeftButtonDown
• MouseLeftButtonUp
• MouseRightButtonDown
• MouseRightButtonUp
• PreviewDragOver
• PreviewDragEnter
• PreviewDragLeave
• PreviewDrop
• PreviewKeyUp
• PreviewKeyDown
• PreviewMouseLeftButtonDown
• PreviewMouseLeftButtonUp
• PreviewMouseRightButtonDown
• PreviewMouseRightButtonUp
• PreviewMouseMove
Core Control Reference
Button
Hierarchy: UIElement ➝ FrameworkElement ➝ Control ➝ ContentControl ➝ ButtonBase
<Button
Click="OnSubmitButtonClicked">
Button Label
</Button>
or:
<Button
Click="OnSubmitButtonClicked"
Content="Button Label" />
<Button .../> displays a push button.
Get XAML in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.