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

Represents the SelectionRectangleChangedEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class SelectionRectangleChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectionRectangleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SelectionRectangleChangedEventArgs class.

C#
public SelectionRectangleChangedEventArgs(LocationRect selectionRect)
Parameters:selectionRectLocationRect

Properties

Gets selection rectangle.

C#
public LocationRect Rect { get; }