Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox.C1MaskedTextBoxReference Class / OnFocusInAsync Method

In This Topic
    OnFocusInAsync Method
    In This Topic
    will get called by js when the box focused.
    Syntax
    'Declaration
     
    
    Public Function OnFocusInAsync() As Task(Of Boolean)
    public Task<bool> OnFocusInAsync()
    See Also