Comment ajouter la fonction d'événement à partir du code dans WPF

this.button.Click += new RoutedEventHandler(button_Click);
Obnoxious Oystercatcher