'Declaration
Public Function New( _ ByVal ctl As Control, _ ByVal oldBounds As Rectangle, _ ByVal newBounds As Rectangle _ )
'Usage
Dim ctl As Control Dim oldBounds As Rectangle Dim newBounds As Rectangle Dim instance As New ChildChangeUndoAction(ctl, oldBounds, newBounds)
Parameters
- ctl
- Control
- oldBounds
- Rectangle
- newBounds
- Rectangle