Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1CalendarReference Class / OnCalendarKeyDownAsync Method

In This Topic
    OnCalendarKeyDownAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub OnCalendarKeyDownAsync( _
       ByVal key As String, _
       ByVal code As String, _
       ByVal location As Single, _
       ByVal repeat As Boolean, _
       ByVal ctrlKey As Boolean, _
       ByVal shiftKey As Boolean, _
       ByVal altKey As Boolean, _
       ByVal metaKey As Boolean _
    ) 
    public void OnCalendarKeyDownAsync( 
       string key,
       string code,
       float location,
       bool repeat,
       bool ctrlKey,
       bool shiftKey,
       bool altKey,
       bool metaKey
    )

    Parameters

    key
    code
    location
    repeat
    ctrlKey
    shiftKey
    altKey
    metaKey
    See Also