ComponentOne FinancialChart for WPF
C1.WPF 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 EventHandler
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim handler As EventHandler
     
    AddHandler instance.ItemContainerUnloading, handler
    public event EventHandler ItemContainerUnloading
    public:
    event EventHandler^ ItemContainerUnloading
    See Also