'Declaration Protected Overridable Sub OnLayoutChanged( _ ByVal oldValue As LayoutEngine, _ ByVal newValue As LayoutEngine _ )
'Usage Dim instance As Series Dim oldValue As LayoutEngine Dim newValue As LayoutEngine instance.OnLayoutChanged(oldValue, newValue)
protected virtual void OnLayoutChanged( LayoutEngine oldValue, LayoutEngine newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.