Event FocusLost
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Triggered when the user loses focus of the TextBox. E.g. clicking somewhere else other than the TextBox widget in the Dialog. WantsOnFocusLost will be set to true when this event is subscribed to.
public event EventHandler<TextBox.TextBoxFocusLostEventArgs> FocusLost
Returns
- EventHandler<TextBox.TextBoxFocusLostEventArgs>
- Triggered when the user loses focus of the TextBox. E.g. clicking somewhere else other than the TextBox widget in the Dialog. WantsOnFocusLost will be set to true when this event is subscribed to.