'Declaration Protected Overrides Sub OnParentChanged( _ ByVal oldValue As ILayoutContainer, _ ByVal newValue As ILayoutContainer _ )
'Usage Dim instance As LayoutAnchorablePane Dim oldValue As ILayoutContainer Dim newValue As ILayoutContainer instance.OnParentChanged(oldValue, newValue)
protected override void OnParentChanged( ILayoutContainer oldValue, ILayoutContainer newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.