Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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