[]
        
(Showing Draft Content)

C1.WPF.C1ComboBoxItem.OnContentChanged

OnContentChanged Method

OnContentChanged(object, object)

Called when the value of the Content property changes.

Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
Type Name Description
object oldContent
object newContent
Overrides