[]
Gets or sets the delay that occurs between the key strokes and the text changed event.
[Parameter]
public TimeSpan Delay { get; set; }
Setting this delay to something bigger than zero allows skipping unnecessary events when the text box is used in filtering scenarios.