[]
        
(Showing Draft Content)

C1.Framework.Element.OnBoundsChanged

OnBoundsChanged Method

OnBoundsChanged(Rectangle, Rectangle)

Called when Bounds changed.

Declaration
protected virtual void OnBoundsChanged(Rectangle oldValue, Rectangle newValue)
Protected Overridable Sub OnBoundsChanged(oldValue As Rectangle, newValue As Rectangle)
Parameters
Type Name Description
Rectangle oldValue

Old value.

Rectangle newValue

New value.