Event FocusLost
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Triggered when the user loses focus of the DateTimePicker. WantsOnFocusLost will be set to true when this event is subscribed to.
public event EventHandler<DateTimePicker.DateTimePickerFocusLostEventArgs> FocusLost
Returns
- EventHandler<DateTimePicker.DateTimePickerFocusLostEventArgs>
- Triggered when the user loses focus of the DateTimePicker. WantsOnFocusLost will be set to true when this event is subscribed to.