Table of Contents

Event Changed

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

Triggered when the text in the text box changes. WantsOnChange will be set to true when this event is subscribed to.

public event EventHandler<TextBox.TextBoxChangedEventArgs> Changed

Returns

EventHandler<TextBox.TextBoxChangedEventArgs>
Triggered when the text in the text box changes. WantsOnChange will be set to true when this event is subscribed to.