Class ComboBoxValueChangedEventArgs
public class ComboBoxValueChangedEventArgs : EventArgs
- Inheritance
-
ComboBoxValueChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
ComboBoxValueChangedEventArgs(string, string)
public ComboBoxValueChangedEventArgs(string newValue, string oldValue)
Parameters
Properties
NewValue
public string NewValue { get; }
Property Value
OldValue
public string OldValue { get; }