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

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