ESRI.ArcGIS.ADF.Web.UI.WebControls
ResizeEventArgs Constructor
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ResizeEventArgs Class : ResizeEventArgs Constructor




oldWidth
The previous width.
oldHeight
The previous height.
newWidth
The new width.
newHeight
The new height.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal oldWidth As Unit, _
   ByVal oldHeight As Unit, _
   ByVal newWidth As Unit, _
   ByVal newHeight As Unit _
)
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)
C# 
public ResizeEventArgs( 
   Unit oldWidth,
   Unit oldHeight,
   Unit newWidth,
   Unit 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

© 2011 All Rights Reserved.