SuggestionTextChangedTextBoxGetDelay Method

Get the time in milliseconds set to wait to make the suggestion and avoid overloads in case of access to database or files

Definition

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

Parameters

dp  DependencyObject
DependencyObject with the dependency object.

Return Value

Int32
Int32 with the time in milliseconds.

See Also