Table of Contents

Event Changed

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Triggered when a different option is selected. WantsOnChange will be set to true when this event is subscribed to.

public event EventHandler<DropDown<T>.DropDownChangedEventArgs> Changed

Returns

EventHandler<DropDown<T>.DropDownChangedEventArgs>
Triggered when a different option is selected. WantsOnChange will be set to true when this event is subscribed to.