RoutedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà gli eventi indirizzati.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3672259973, 27082, 23519, 128, 91, 97, 97, 163, 162, 21, 204)]
public delegate void RoutedEventHandler(object sender, RoutedEventArgs e);
Public Delegate Sub RoutedEventHandler(sender As Object, e As RoutedEventArgs)

Parametri

sender
Object

Oggetto a cui è associato il gestore eventi.

e
RoutedEventArgs

Dati dell'evento.

Attributi

Si applica a