Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class / Input Property

In This Topic
    Input Property
    In This Topic
    Gets or sets the callback that is called when input is received.
    Syntax
    'Declaration
     
    
    Public Property Input As Action(Of ChangeEventArgs)
    public Action<ChangeEventArgs> Input {get; set;}
    See Also