ValueChangedEventArgs Classe

Definição

Argumentos de evento para ValueChanged eventos. Fornece valores novos e antigos.

public class ValueChangedEventArgs : EventArgs
type ValueChangedEventArgs = class
    inherit EventArgs
Herança
System.EventArgs
ValueChangedEventArgs

Construtores

ValueChangedEventArgs(Double, Double)

Cria um novo evento ValueChangedEventArgs com oldValue e newValue.

Propriedades

NewValue

Obtém o novo valor.

OldValue

Obtém o valor antigo.

Aplica-se a