New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class ViewportChangedEventArgs : EventArgs

Inheritance: objectEventArgsViewportChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ViewportChangedEventArgs class.

C#
public ViewportChangedEventArgs(IMapViewport viewport, ViewportChangeAction action)
Parameters:viewportIMapViewport

The viewport.

actionViewportChangeAction

The action.

Properties

Gets the action.

C#
public ViewportChangeAction Action { get; }
Property Value:

The action.

Gets the viewport.

C#
public IMapViewport Viewport { get; }
Property Value:

The viewport.