RangeBaseValueChangedEventHandler Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa el método que controlará 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)
Parámetros
- sender
-
Object
Platform::Object
Objeto en que está asociado el controlador de eventos.
Datos del evento.
- Atributos