Table of Contents

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 applicable in web apps in case Type is set to Calendar, CheckBox, CheckBoxList, DropDown, Numeric, PasswordBox, TextBox, or Time.

In case Type is set to DropDown, applicable in web apps when the WebUIVersion is WebUIVersion.V2.

Feature introduced in DataMiner 10.1.10 (RN 30638).