Class SelectionEventArgs
Represents the SelectionEventArgs in the SfMap.
Inheritance
System.Object
SelectionEventArgs
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class SelectionEventArgs : RoutedEventArgs
Constructors
SelectionEventArgs(Object)
Initializes a new instance of the SelectionEventArgs class.
Declaration
public SelectionEventArgs(object items)
Parameters
Type | Name | Description |
---|---|---|
System.Object | items | Items to be selected or unselected |
Properties
Items
Gets the Items of the SelectionEvent.
Declaration
public object Items { get; }
Property Value
Type | Description |
---|---|
System.Object | Type :System.Object |
Remarks
Items is the read only property to read the items when selection and un selection events occurred.