Event Changed
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Triggered when the state of a checkbox changes. WantsOnChange will be set to true when this event is subscribed to.
public event EventHandler<CheckBoxList<T>.CheckBoxListChangedEventArgs> Changed
Returns
- EventHandler<CheckBoxList<T>.CheckBoxListChangedEventArgs>
- Triggered when the state of a checkbox changes. WantsOnChange will be set to true when this event is subscribed to.