ParameterValueControlEventOnLostFocusOnly Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether the value changed event should fire every time a value changes or just when the user LostFocuss the control
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool EventOnLostFocusOnly { get; set; }
Public Property EventOnLostFocusOnly As Boolean
Get
Set
public:
property bool EventOnLostFocusOnly {
bool get ();
void set (bool value);
}
function get_EventOnLostFocusOnly();
function set_EventOnLostFocusOnly(value);
Return Value
Type:
BooleanTrue if the value changed event should fire every time a value changes or just when the user LostFocuss the control
See Also