ESRI.ArcGIS.ADF.Web.UI.WebControls
ResizeEventArgs Constructor
See Also 
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 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.

See Also

© 2010 All Rights Reserved.