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