Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / ItemContainerUnloading Event

In This Topic
    ItemContainerUnloading Event (C1ListViewer)
    In This Topic
    Occurs before an item container was unloaded.
    Syntax
    'Declaration
     
    
    Public Event ItemContainerUnloading As EventHandler
    public event EventHandler ItemContainerUnloading
    See Also