Visual Basic (Declaration) | |
---|---|
Public Event ExtentChanging As EventHandler(Of ExtentEventArgs) |
C# | |
---|---|
public event EventHandler<ExtentEventArgs> ExtentChanging |
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. |
Target Platforms:Windows Phone 7