Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1TappedEventArgs Class / IsDown Property

In This Topic
    IsDown Property
    In This Topic
    Gets a value indicating whether the event is performed with the mouse down.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDown As Boolean
    public bool IsDown {get;}
    See Also