Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlotPresenter Class / OnContentChanged Method

In This Topic
    OnContentChanged Method
    In This Topic
    Overrides the default behavior.
    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