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
Constructors
Initializes a new instance of the SelectionRectangleChangedEventArgs class.
C#
public SelectionRectangleChangedEventArgs(LocationRect selectionRect)
Properties
Gets selection rectangle.
C#
public LocationRect Rect { get; }