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

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