Habanero.Faces.Win.CollapsiblePanelSelectorWin.BusinessObjectRemovedHandler C# (CSharp) Method

BusinessObjectRemovedHandler() private method

This handler is called when a business object has been removed from the collection - it subsequently removes the item from the ListBox list as well.
private BusinessObjectRemovedHandler ( object sender, Habanero.Base.BOEventArgs e ) : void
sender object The object that notified of the change
e Habanero.Base.BOEventArgs Attached arguments regarding the event
return void
        private void BusinessObjectRemovedHandler(object sender, BOEventArgs e)
        {
            RemoveBOPanel(e.BusinessObject);
        }