Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ItemContainerGenerator Class / GenerateNext Method

In This Topic
    GenerateNext Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GenerateNext( _
       ByRef isNewlyRealized As Boolean _
    ) As DependencyObject
    public DependencyObject GenerateNext( 
       out bool isNewlyRealized
    )

    Parameters

    isNewlyRealized
    See Also