Sr.No. Controlli e descrizione
1

Checked

Viene eseguito quando viene selezionato un ToggleButton. (Ereditato da ToggleButton)

2

Click

Si verifica quando si fa clic su un controllo pulsante. (Ereditato da ButtonBase)

3

ContextMenuClosing

Si verifica appena prima della chiusura di qualsiasi menu di scelta rapida sull'elemento. (Ereditato da FrameworkElement.)

4

ContextMenuOpening

Si verifica quando viene aperto un menu di scelta rapida sull'elemento. (Ereditato da FrameworkElement.)

5

DataContextChanged

Si verifica quando il valore della proprietà FrameworkElement.DataContext cambia. (Ereditato da FrameworkElement)

6

DragEnter

Si verifica quando il sistema di input segnala un evento di trascinamento sottostante con questo elemento come destinazione. (Ereditato da UIElement).

7

DragLeave

Si verifica quando il sistema di input segnala un evento di trascinamento sottostante con questo elemento come origine. (Ereditato da UIElement)

8

DragOver

Si verifica quando il sistema di input segnala un evento di trascinamento sottostante con questo elemento come potenziale destinazione di rilascio. (Ereditato da UIElement)

9

DragStarting

Si verifica quando viene avviata un'operazione di trascinamento. (Ereditato da UIElement)

10

DropCompleted

Si verifica al termine di un'operazione di trascinamento. (Ereditato da UIElement)

11

DropDownClosed

Si verifica quando si chiude la parte a discesa di ComboBox.

12

DropDownOpened

Si verifica quando si apre la parte a discesa di ComboBox.

13

GotFocus

Si verifica quando un oggetto UIElement riceve lo stato attivo. (Ereditato da UIElement)

14

Holding

Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of this element. (Inherited from UIElement)

15

Intermediate

Fires when the state of a ToggleButton is switched to the indeterminate state. (Inherited from ToggleButton)

16

IsEnabledChanged

Occurs when the IsEnabled property changes. (Inherited from Control)

17

KeyDown

Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement)

18

KeyUp

Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement)

19

LostFocus

Occurs when a UIElement loses focus. (Inherited from UIElement)

20

ManipulationCompleted

Occurs when a manipulation on the UIElement is complete. (Inherited from UIElement)

21

ManipulationDelta

Occurs when the input device changes position during a manipulation. (Inherited from UIElement)

22

ManipulationInertiaStarting

Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. (Inherited from UIElement)

23

ManipulationStarted

Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement)

24

ManipulationStarting

Occurs when the manipulation processor is first created. (Inherited from UIElement)

25

SelectionChanged

Occurs when the text selection has changed.

26

SizeChanged

Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement. (Inherited from FrameworkElement)

27

Unchecked

Occurs when a ToggleButton is unchecked. (Inherited from ToggleButton)

28

ValueChanged

Occurs when the range value changes. (Inherited from RangeBase)