Constructor.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim oldWidth As Unit
Dim oldHeight As Unit
Dim newWidth As Unit
Dim newHeight As Unit
Dim instance As New ResizeEventArgs(oldWidth, oldHeight, newWidth, newHeight) |
Parameters
- oldWidth
- The previous width.
- oldHeight
- The previous height.
- newWidth
- The new width.
- newHeight
- The new height.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also