Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1HtmlButton.C1HtmlButtonReference Class / OnButtonClickAsync Method

In This Topic
    OnButtonClickAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function OnButtonClickAsync( _
       ByVal ctrlKey As Boolean, _
       ByVal shiftKey As Boolean, _
       ByVal altKey As Boolean, _
       ByVal metaKey As Boolean _
    ) As Task
    public Task OnButtonClickAsync( 
       bool ctrlKey,
       bool shiftKey,
       bool altKey,
       bool metaKey
    )

    Parameters

    ctrlKey
    shiftKey
    altKey
    metaKey
    See Also