Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / OnMouseDown Property

In This Topic
    OnMouseDown Property (C1ToggleButton)
    In This Topic
    Gets or sets the callback called when mouse-down.
    Syntax
    'Declaration
     
    
    Public Property OnMouseDown As EventCallback
    public EventCallback OnMouseDown {get; set;}
    See Also