Class DropDown<T>.DropDownChangedEventArgs
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Provides data for the Changed event.
public class DropDown<T>.DropDownChangedEventArgs : EventArgs
- Inheritance
-
DropDown<T>.DropDownChangedEventArgs
- Extension Methods
Properties
- Previous
Gets the previously selected value.
- PreviousOption
Gets the previously selected option.
- Selected
Gets the value that has been selected.
- SelectedOption
Gets the option that has been selected.