Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ViewportUpdated Property

In This Topic
    ViewportUpdated Property
    In This Topic
    Event callback that will be invoked when viewport is updated.
    Syntax
    'Declaration
     
    
    Public Property ViewportUpdated As EventCallback
    public EventCallback ViewportUpdated {get; set;}
    See Also