ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
ExtentChanged Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : ExtentChanged Event |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Server Action")> <ResDescriptionAttribute("Raised when the contents of the control is changed")> Public Event ExtentChanged() As PageExtentChangeEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResCategoryAttribute("Server Action")] [ResDescriptionAttribute("Raised when the contents of the control is changed")] public event PageExtentChangeEventHandler ExtentChanged() |
The event handler receives an argument of type ExtentEventArgs containing data related to this event. The following ExtentEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewExtent | The new extent envelope. |
OldExtent | The old extent envelope. |