ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlotPresenter Class / OnContentChanged Method

In This Topic
    OnContentChanged Method (DaySlotPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContentChanged( _
       ByVal oldContent As System.Object, _
       ByVal newContent As System.Object _
    ) 
    protected virtual void OnContentChanged( 
       System.object oldContent,
       System.object newContent
    )

    Parameters

    oldContent
    newContent
    See Also