Property WantsOnFocusLost
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
WantsOnFocusLost
Gets or sets a value indicating whether an OnChange event will be triggered when the component loses focus.
public bool WantsOnFocusLost { get; set; }
Property Value
- bool
true
to let an OnChange event be triggered when the component loses focus; otherwise,false
.
Remarks
Applicable only in case Type is set to Calendar, CheckBox, CheckBoxList, DropDown, Numeric, PasswordBox, RadioButtonList, TextBox, Time.
Feature introduced in DataMiner 10.1.10 (RN 30638).