'Declaration Protected Overridable Sub OnParentChanged( _ ByVal oldValue As ILayoutContainer, _ ByVal newValue As ILayoutContainer _ )
'Usage Dim instance As LayoutElement Dim oldValue As ILayoutContainer Dim newValue As ILayoutContainer instance.OnParentChanged(oldValue, newValue)
protected virtual void OnParentChanged( ILayoutContainer oldValue, ILayoutContainer newValue )
Parameters
- oldValue
- The old container
- newValue
- The new container