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




sender
The CartoDisplay that originated the Event
oldDataFrameName
Previous DataFrame name
newDataFrameName
New DataFrame name
Default constructor for DataFrameEventArgs

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sender As CartoDisplay, _
   ByVal oldDataFrameName As String, _
   ByVal newDataFrameName As String _
)
Visual Basic (Usage)Copy Code
Dim sender As CartoDisplay
Dim oldDataFrameName As String
Dim newDataFrameName As String
 
Dim instance As DataFrameEventArgs(sender, oldDataFrameName, newDataFrameName)
C# 
public DataFrameEventArgs( 
   CartoDisplay sender,
   string oldDataFrameName,
   string newDataFrameName
)

Parameters

sender
The CartoDisplay that originated the Event
oldDataFrameName
Previous DataFrame name
newDataFrameName
New DataFrame name

See Also

© 2010 All Rights Reserved.