Slider.ValueChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’événement ValueChanged est déclenché quand la propriété Value change.
public event EventHandler<Xamarin.Forms.ValueChangedEventArgs> ValueChanged;
member this.ValueChanged : EventHandler<Xamarin.Forms.ValueChangedEventArgs>
Type d'événement
System.EventHandler<ValueChangedEventArgs>