Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / OnVisualParentChanged Method

In This Topic
    OnVisualParentChanged Method (C1Scheduler)
    In This Topic
    Overrides the default behavior.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnVisualParentChanged( _
       ByVal oldParent As DependencyObject _
    ) 
    protected override void OnVisualParentChanged( 
       DependencyObject oldParent
    )

    Parameters

    oldParent
    See Also