SuggestionTextChangedTextBoxSetDelay Method

Sets the wait time in milliseconds to make a suggestion

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetDelay(
	DependencyObject dp,
	int value
)

Parameters

dp  DependencyObject
DependencyObject with the dependency object.
value  Int32
Int32 with the wait time in milliseconds.

See Also