SizeChangedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestirà l'evento SizeChanged .
public delegate void SizeChangedEventHandler(Platform::Object ^ sender, SizeChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2373655128, 5318, 20937, 137, 44, 159, 204, 227, 104, 231, 125)]
public delegate void SizeChangedEventHandler(object sender, SizeChangedEventArgs e);
Public Delegate Sub SizeChangedEventHandler(sender As Object, e As SizeChangedEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto a cui è associato il gestore eventi.
Dati dell'evento.
- Attributi