ValueChangedEventArgs Clase

Definición

Argumentos de evento para ValueChanged eventos. Proporciona los valores tanto antiguos como nuevos.

public class ValueChangedEventArgs : EventArgs
type ValueChangedEventArgs = class
    inherit EventArgs
Herencia
ValueChangedEventArgs

Constructores

ValueChangedEventArgs(Double, Double)

Crea un evento ValueChangedEventArgs con oldValue y newValue.

Propiedades

NewValue

Obtiene el valor nuevo.

OldValue

Obtiene el valor antiguo.

Se aplica a