Click or drag to resize
ParameterValueControlEventOnLostFocusOnly Property DataPA OpenAnalytics
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: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool EventOnLostFocusOnly { get; set; }

Return Value

Type: Boolean
True if the value changed event should fire every time a value changes or just when the user LostFocuss the control
See Also