ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollViewer Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (C1ScrollViewer)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContentChanged( _
       ByVal oldContent As System.Object, _
       ByVal newContent As System.Object _
    ) 
    protected virtual void OnContentChanged( 
       System.object oldContent,
       System.object newContent
    )

    Parameters

    oldContent
    newContent
    See Also