Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / Delay Property


In This Topic
    Delay Property (C1TextBox)
    In This Topic
    Gets or sets the delay that occurs between the key strokes and the text changed event.
    Syntax
    'Declaration
     
    
    Public Property Delay As TimeSpan
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As TimeSpan
     
    instance.Delay = value
     
    value = instance.Delay
    public TimeSpan Delay {get; set;}
    Remarks
    Setting this delay to something bigger than zero allows skipping unnecessary events when the text box is used in filtering scenarios.
    See Also