ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / ItemContainerUnloading Event

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