menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionEventArgs

    Represents the SelectionEventArgs in the SfMap.

    Inheritance
    System.Object
    SelectionEventArgs
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved