Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HtmlButton Class / Click Property

In This Topic
    Click Property (C1HtmlButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Click As EventCallback(Of MouseEventArgs)
    public EventCallback<MouseEventArgs> Click {get; set;}
    See Also