RangeBaseValueChangedEventHandler 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à un evento ValueChanged .
public delegate void RangeBaseValueChangedEventHandler(Platform::Object ^ sender, RangeBaseValueChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(602989065, 37973, 21707, 184, 188, 11, 73, 85, 60, 125, 204)]
public delegate void RangeBaseValueChangedEventHandler(object sender, RangeBaseValueChangedEventArgs e);
Public Delegate Sub RangeBaseValueChangedEventHandler(sender As Object, e As RangeBaseValueChangedEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto a cui è associato il gestore eventi.
Dati dell'evento.
- Attributi