ESRI.ArcGIS.ADF.Web.UI.WebControls
ExtentEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ExtentEventArgs Class : ExtentEventArgs Constructor




oldExtent
The previous extent envelope.
newExtent
The new extent envelope.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal oldExtent As Envelope, _
   ByVal newExtent As Envelope _
)
Visual Basic (Usage)Copy Code
Dim oldExtent As Envelope
Dim newExtent As Envelope
 
Dim instance As ExtentEventArgs(oldExtent, newExtent)
C# 
public ExtentEventArgs( 
   Envelope oldExtent,
   Envelope newExtent
)

Parameters

oldExtent
The previous extent envelope.
newExtent
The new extent envelope.

See Also

© 2010 All Rights Reserved.