Sdílet prostřednictvím


ValueChangedEventArgs Třída

Definice

Argumenty událostí pro ValueChanged události. Poskytuje staré i nové hodnoty.

public class ValueChangedEventArgs : EventArgs
type ValueChangedEventArgs = class
    inherit EventArgs
Dědičnost
System.EventArgs
ValueChangedEventArgs

Konstruktory

ValueChangedEventArgs(Double, Double)

Vytvoří novou ValueChangedEventArgs událost s oldValue a newValue.

Vlastnosti

NewValue

Získá novou hodnotu.

OldValue

Získá starou hodnotu.

Platí pro