Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBoxItem Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (GroupedListBoxItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnContentChanged( _
       ByVal oldContent As Object, _
       ByVal newContent As Object _
    ) 
    protected override void OnContentChanged( 
       object oldContent,
       object newContent
    )

    Parameters

    oldContent
    newContent
    See Also