ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBoxItem Class / OnContentChanged Method



In This Topic
    OnContentChanged Method (C1ComboBoxItem)
    In This Topic
    Called when the value of the Content property changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnContentChanged( _
       ByVal oldContent As Object, _
       ByVal newContent As Object _
    ) 
    'Usage
     
    
    Dim instance As C1ComboBoxItem
    Dim oldContent As Object
    Dim newContent As Object
     
    instance.OnContentChanged(oldContent, newContent)
    protected override void OnContentChanged( 
       object oldContent,
       object newContent
    )
    protected:
    void OnContentChanged( 
       Object^ oldContent,
       Object^ newContent
    ) override 

    Parameters

    oldContent
    newContent
    See Also