ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
OnDragRectangle Method | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : OnDragRectangle Method |
- args
- An ToolEventArgs object that contains the event data.
- info
- Information about the data frame in which the action occurred. Not used for this event.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnDragRectangle( _ ByVal args As ToolEventArgs, _ ByVal info As LayoutImageDataFrameInfo _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnDragRectangle( ToolEventArgs args, LayoutImageDataFrameInfo info ) |
Parameters
- args
- An ToolEventArgs object that contains the event data.
- info
- Information about the data frame in which the action occurred. Not used for this event.